By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-08-08T05:43:05.435Z||main|||||INFO|500||The following profiles are active: basic
2022-08-08T05:43:16.838Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-08T05:43:16.839Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-08T05:43:16.954Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-08T05:43:21.350Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-08T05:43:21.736Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-08T05:43:22.186Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-08T05:43:22.206Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-08T05:43:22.322Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-08T05:43:22.526Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-08T05:43:23.156Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-08T05:43:24.913Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-08T05:43:27.224Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-08T05:43:27.286Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-08T05:43:27.945Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-08T05:43:28.176Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-08-08T05:43:29.291Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-08T05:43:30.312Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-08T05:43:30.329Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$30e71889.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-08-08T05:43:30.330Z||main|||||WARN|500||The sdc end point is not alive
2022-08-08T05:43:33.234Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-08-08T05:43:36.141Z||main|||||WARN|500||---
2022-08-08T05:43:36.141Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-08T05:43:36.142Z||main|||||WARN|500||---
2022-08-08T05:43:36.573Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-08T05:43:41.493Z||main|||||INFO|500||Started Application in 39.248 seconds (JVM running for 41.517)
2022-08-08T05:43:41.509Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:43:41.511Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:43:41.522Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:43:41.545Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:43:41.592Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19dde17d-de05-4041-b37f-34d2e1f736ba url= /sdc/v1/artifactTypes
2022-08-08T05:43:41.592Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:43:42.672Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-08-08T05:43:42.677Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@11b07419
2022-08-08T05:43:42.677Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:43:42.694Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:43:42.696Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:43:42.699Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-08-08T05:44:31.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:44:31.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:44:31.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:44:31.488Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:44:31.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d3ce542c-6008-4140-b278-c582d549c2ae url= /sdc/v1/artifactTypes
2022-08-08T05:44:31.494Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:44:32.529Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-08-08T05:44:32.529Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30c63b6e
2022-08-08T05:44:32.530Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:44:32.530Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:44:32.530Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:44:32.531Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-08-08T05:45:21.484Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:45:21.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:45:21.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:45:21.488Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:45:21.495Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b5d87988-f091-416d-8ddf-ba5d3049de70 url= /sdc/v1/artifactTypes
2022-08-08T05:45:21.495Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:45:22.546Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-08-08T05:45:22.547Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27c71cf6
2022-08-08T05:45:22.548Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:45:22.548Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:45:22.548Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:45:22.549Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-08-08T05:46:11.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:46:11.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:46:11.486Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:46:11.488Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:46:11.494Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80615073-b60c-46fe-bcb6-82f8a5c7da8b url= /sdc/v1/artifactTypes
2022-08-08T05:46:11.494Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:46:12.530Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-08-08T05:46:12.531Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f3fe679
2022-08-08T05:46:12.531Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:46:12.531Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:46:12.532Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:46:12.533Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-08T05:47:01.487Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:47:01.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:47:01.490Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:47:01.494Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:47:01.501Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68870045-a8e6-4b41-bb71-186e4e18abcb url= /sdc/v1/artifactTypes
2022-08-08T05:47:01.501Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:47:02.540Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-08-08T05:47:02.542Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d3e9f17
2022-08-08T05:47:02.542Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:47:02.543Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:47:02.543Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:47:02.544Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-08T05:47:51.484Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:47:51.485Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:47:51.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:47:51.490Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:47:51.496Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06621394-9307-4823-ba76-f92647db087f url= /sdc/v1/artifactTypes
2022-08-08T05:47:51.496Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:47:52.527Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-08-08T05:47:52.528Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6360231b
2022-08-08T05:47:52.529Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:47:52.529Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:47:52.529Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:47:52.530Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-08T05:48:41.484Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:48:41.486Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:48:41.486Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:48:41.490Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:48:41.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 629d1911-0534-4095-aa91-7a0b19495b37 url= /sdc/v1/artifactTypes
2022-08-08T05:48:41.500Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:48:42.544Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-08-08T05:48:42.544Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3da21944
2022-08-08T05:48:42.544Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:48:42.545Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:48:42.545Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:48:42.546Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-08T05:49:31.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:49:31.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:49:31.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:49:31.488Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:49:31.494Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f012def7-3233-4a97-9ef7-ba2d2445ea94 url= /sdc/v1/artifactTypes
2022-08-08T05:49:31.495Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:49:32.563Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-08-08T05:49:32.564Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a5aee
2022-08-08T05:49:32.564Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:49:32.565Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:49:32.565Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:49:32.566Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-08T05:50:21.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:50:21.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:50:21.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:50:21.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:50:21.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c0319faa-3e20-442c-a9b0-e6d1f9f207e7 url= /sdc/v1/artifactTypes
2022-08-08T05:50:21.494Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:50:22.514Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-08-08T05:50:22.515Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6feba2f0
2022-08-08T05:50:22.515Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:50:22.516Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:50:22.516Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:50:22.516Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-08T05:51:11.485Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:51:11.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:51:11.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:51:11.495Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:51:11.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 10823a40-f075-40fb-bc2d-7a8a0b09855f url= /sdc/v1/artifactTypes
2022-08-08T05:51:11.504Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:51:12.528Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-08-08T05:51:12.529Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52046db0
2022-08-08T05:51:12.529Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:51:12.530Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:51:12.530Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:51:12.530Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-08T05:52:01.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:52:01.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:52:01.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:52:01.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:52:01.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9b68949c-9a89-4070-acad-7ff9bb1cbf44 url= /sdc/v1/artifactTypes
2022-08-08T05:52:01.494Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:52:02.512Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-08-08T05:52:02.513Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59c1cdbe
2022-08-08T05:52:02.513Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:52:02.513Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:52:02.514Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:52:02.514Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-08T05:52:51.484Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:52:51.485Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:52:51.486Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:52:51.489Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:52:51.496Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85af8457-81de-40c1-9d4a-b5f7146ddf3a url= /sdc/v1/artifactTypes
2022-08-08T05:52:51.496Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:52:52.524Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-08-08T05:52:52.525Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d7597c6
2022-08-08T05:52:52.526Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:52:52.526Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:52:52.527Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:52:52.527Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-08T05:53:37.938Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-08T05:53:41.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:53:41.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:53:41.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:53:41.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:53:41.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a6be057-5dd7-4688-8bc7-52a15d03982a url= /sdc/v1/artifactTypes
2022-08-08T05:53:41.493Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:53:42.512Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-08-08T05:53:42.512Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e194d38
2022-08-08T05:53:42.513Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:53:42.513Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:53:42.514Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:53:42.515Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-08T05:54:31.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:54:31.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:54:31.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:54:31.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:54:31.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4648ae6a-7ef4-45a7-af06-94ef10426dba url= /sdc/v1/artifactTypes
2022-08-08T05:54:31.493Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:54:32.531Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-08-08T05:54:32.531Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ede4eca
2022-08-08T05:54:32.532Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:54:32.532Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:54:32.532Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:54:32.533Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-08T05:55:21.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:55:21.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:55:21.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:55:21.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:55:21.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f54ea1e6-8afc-43fc-9a8e-f64ca27b18e6 url= /sdc/v1/artifactTypes
2022-08-08T05:55:21.493Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:55:22.508Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-08-08T05:55:22.509Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55dc1750
2022-08-08T05:55:22.510Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:55:22.510Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:55:22.510Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:55:22.511Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-08T05:56:11.489Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:56:11.492Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:56:11.493Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:56:11.498Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:56:11.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c818798c-15c7-45d0-b294-adb40f6831d1 url= /sdc/v1/artifactTypes
2022-08-08T05:56:11.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:56:12.530Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-08-08T05:56:12.531Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d50fafa
2022-08-08T05:56:12.532Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:56:12.532Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:56:12.533Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:56:12.534Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-08T05:57:01.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:57:01.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:57:01.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:57:01.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:57:01.492Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dcab3552-8266-4009-8edf-193e50f1578c url= /sdc/v1/artifactTypes
2022-08-08T05:57:01.493Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:57:01.722Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-08T05:57:01.731Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-08-08T05:57:01.756Z||scheduling-1|||||DEBUG|500||create keys
2022-08-08T05:57:01.766Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-08T05:57:01.796Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T05:57:01.818Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= eb97f6f7-c624-4967-88c8-4cc2f5550881 url= /sdc/v1/registerForDistribution
2022-08-08T05:57:01.951Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= eb97f6f7-c624-4967-88c8-4cc2f5550881 url= /sdc/v1/registerForDistribution
2022-08-08T05:57:01.951Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-08T05:57:01.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T05:57:01.980Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-08T05:57:01.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T05:57:01.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T05:57:01.981Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T05:57:01.982Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T05:57:01.983Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T05:57:12.355Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T05:57:12.369Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T05:58:01.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T05:58:01.965Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T05:58:01.966Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T05:58:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T05:58:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T05:58:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T05:58:11.524Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T05:58:11.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T05:59:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T05:59:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T05:59:01.960Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T05:59:01.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T05:59:01.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T05:59:01.973Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T05:59:11.528Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T05:59:11.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:00:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:00:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:00:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:00:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:00:01.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:00:01.973Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:00:11.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:00:11.572Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:01:01.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:01:01.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:01:01.961Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:01:01.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:01:01.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:01:01.972Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:01:11.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:01:11.519Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:02:01.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:02:01.963Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:02:01.963Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:02:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:02:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:02:01.972Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:02:11.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:02:11.529Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:03:01.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:03:01.960Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:03:01.960Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:03:01.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:03:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:03:01.972Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:03:11.520Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:03:11.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:04:01.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:04:01.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:04:01.961Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:04:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:04:01.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:04:01.974Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:04:11.528Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:04:11.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:05:01.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:05:01.960Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:05:01.961Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:05:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:05:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:05:01.972Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:05:11.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:05:11.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:06:01.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:06:01.960Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:06:01.960Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:06:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:06:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:06:01.972Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:06:11.522Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:06:11.525Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:07:01.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:07:01.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:07:01.961Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:07:01.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:07:01.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:07:01.972Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:07:11.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:07:11.523Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:08:01.960Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:08:01.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:08:01.961Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:08:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:08:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:08:01.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:08:11.512Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:08:11.515Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:09:01.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:09:01.962Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:09:01.962Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:09:01.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:09:01.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:09:01.975Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:09:11.523Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:09:11.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:10:01.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:10:01.960Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:10:01.960Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:10:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:10:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:10:01.972Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:10:11.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:10:11.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:11:01.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:11:01.960Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:11:01.960Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:11:01.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:11:01.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:11:01.972Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:11:11.516Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:11:11.517Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:12:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:12:01.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:12:01.961Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:12:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:12:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:12:01.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:12:11.528Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:12:11.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:13:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:13:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:13:01.960Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:13:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:13:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:13:01.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:13:11.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:13:11.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:14:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:14:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:14:01.960Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:14:01.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:14:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:14:01.972Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:14:11.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:14:11.569Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:15:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:15:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:15:01.960Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:15:01.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:15:01.974Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:15:01.974Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:15:11.511Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:15:11.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:16:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:16:01.963Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:16:01.963Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:16:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:16:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:16:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:16:11.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:16:11.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:17:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:17:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:17:01.960Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:17:01.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:17:01.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:17:01.973Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:17:11.524Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:17:11.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:18:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:18:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:18:01.960Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:18:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:18:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:18:01.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:18:11.529Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:18:11.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:19:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:19:01.959Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:19:01.960Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:19:01.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:19:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:19:01.972Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:19:11.511Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:19:11.521Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:20:01.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:20:01.963Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:20:01.964Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:20:01.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:20:01.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:20:01.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:20:11.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:20:11.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:21:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:21:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:21:01.960Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:21:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:21:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:21:01.972Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:21:11.525Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:21:11.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:22:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:22:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:22:01.960Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:22:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:22:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:22:01.973Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:22:11.529Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:22:11.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:23:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:23:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:23:01.960Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:23:01.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:23:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:23:01.972Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:23:11.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:23:11.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:24:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:24:01.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:24:01.961Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:24:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:24:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:24:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:24:11.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:24:11.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:25:01.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:25:01.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:25:01.961Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:25:01.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:25:01.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:25:01.973Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:25:11.512Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:25:11.516Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:26:01.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:26:01.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:26:01.960Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:26:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:26:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:26:01.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:26:11.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:26:11.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:27:01.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:27:01.959Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:27:01.960Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:27:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:27:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:27:01.973Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:27:11.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:27:11.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:28:01.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:28:01.964Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:28:01.965Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:28:01.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:28:01.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:28:01.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:28:11.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:28:11.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:29:01.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:29:01.960Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:29:01.960Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:29:01.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:29:01.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:29:01.972Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:29:11.506Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:29:11.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:30:01.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:30:01.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:30:01.961Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:30:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:30:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:30:01.972Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:30:11.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:30:11.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:31:01.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:31:01.960Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:31:01.961Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:31:01.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:31:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:31:01.972Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:31:11.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:31:11.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:32:01.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:32:01.960Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:32:01.960Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:32:01.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:32:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:32:01.972Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:32:11.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:32:11.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:33:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:33:01.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:33:01.961Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:33:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:33:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:33:01.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:33:11.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:33:11.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:34:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:34:01.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:34:01.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:34:01.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:34:01.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:34:01.974Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:34:11.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:34:11.531Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:35:01.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:35:01.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:35:01.962Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:35:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:35:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:35:01.972Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:35:11.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:35:11.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:36:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:36:01.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:36:01.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:36:01.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:36:01.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:36:01.972Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:36:11.528Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:36:11.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:37:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:37:01.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:37:01.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:37:01.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:37:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:37:01.972Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:37:11.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:37:11.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:38:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:38:01.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:38:01.961Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:38:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:38:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:38:01.972Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:38:11.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:38:11.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:39:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:39:01.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:39:01.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:39:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:39:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:39:01.972Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:39:11.511Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:39:11.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:40:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:40:01.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:40:01.961Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:40:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:40:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:40:01.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:40:11.525Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:40:11.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:41:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:41:01.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:41:01.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:41:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:41:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:41:01.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:41:11.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:41:11.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:42:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:42:01.962Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:42:01.962Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:42:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:42:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:42:01.972Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:42:11.524Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:42:11.528Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:43:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:43:01.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:43:01.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:43:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:43:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:43:01.972Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:43:11.519Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:43:11.519Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:44:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:44:01.960Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:44:01.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:44:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:44:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:44:01.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:44:11.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:44:11.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:45:01.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:45:01.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:45:01.960Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:45:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:45:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:45:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:45:11.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:45:11.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:46:01.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:46:01.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:46:01.960Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:46:01.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:46:01.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:46:01.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:46:11.518Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:46:11.520Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:47:01.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:47:01.962Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:47:01.962Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:47:01.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:47:01.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:47:01.973Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:47:11.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:47:11.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:48:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:48:01.963Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:48:01.963Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:48:01.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:48:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:48:01.972Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:48:11.527Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:48:11.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:49:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:49:01.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:49:01.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:49:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:49:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:49:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:49:11.508Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:49:11.529Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:50:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:50:01.960Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:50:01.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:50:01.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:50:01.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:50:01.972Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:50:11.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:50:11.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:51:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:51:01.960Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:51:01.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:51:01.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:51:01.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:51:01.974Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:51:11.510Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:51:11.518Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:52:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:52:01.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:52:01.962Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:52:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:52:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:52:01.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:52:11.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:52:11.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:53:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:53:01.960Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:53:01.961Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:53:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:53:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:53:01.972Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:53:11.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:53:11.530Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:54:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:54:01.963Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:54:01.964Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:54:01.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:54:01.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:54:01.973Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:54:11.518Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:54:11.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:55:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:55:01.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:55:01.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:55:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:55:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:55:01.972Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:55:11.528Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:55:11.530Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:56:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:56:01.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:56:01.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:56:01.973Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:56:01.974Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:56:01.974Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:56:11.526Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:56:11.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:57:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:57:01.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:57:01.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:57:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:57:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:57:01.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:57:11.514Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:57:11.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:58:01.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:58:01.962Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:58:01.962Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:58:01.973Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:58:01.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:58:01.974Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:58:11.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:58:11.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:59:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:59:01.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:59:01.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:59:01.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:59:01.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:59:01.972Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:59:11.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T06:59:11.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:00:01.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:00:01.964Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:00:01.964Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:00:01.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:00:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:00:01.973Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:00:11.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:00:11.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:01:01.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:01:01.962Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:01:01.962Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:01:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:01:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:01:01.972Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:01:11.529Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:01:11.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:02:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:02:01.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:02:01.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:02:01.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:02:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:02:01.973Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:02:11.522Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:02:11.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:03:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:03:01.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:03:01.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:03:01.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:03:01.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:03:01.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:03:11.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:03:11.525Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:04:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:04:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:04:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:04:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:04:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:04:01.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:04:11.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:04:11.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:05:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:05:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:05:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:05:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:05:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:05:01.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:05:11.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:05:11.521Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:06:01.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:06:01.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:06:01.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:06:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:06:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:06:01.972Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:06:11.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:06:11.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:07:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:07:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:07:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:07:01.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:07:01.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:07:01.973Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:07:11.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:07:11.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:08:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:08:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:08:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:08:01.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:08:01.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:08:01.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:08:11.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:08:11.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:09:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:09:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:09:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:09:01.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:09:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:09:01.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:09:11.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:09:11.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:10:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:10:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:10:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:10:01.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:10:01.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:10:01.973Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:10:11.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:10:11.539Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:11:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:11:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:11:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:11:02.040Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:11:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:11:02.040Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:11:11.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:11:11.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:12:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:12:01.963Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:12:01.963Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:12:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:12:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:12:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:12:11.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:12:11.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:13:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:13:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:13:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:13:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:13:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:13:01.972Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:13:11.509Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:13:11.520Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:14:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:14:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:14:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:14:01.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:14:01.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:14:01.972Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:14:11.513Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:14:11.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:15:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:15:01.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:15:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:15:01.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:15:01.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:15:01.972Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:15:11.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:15:11.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:16:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:16:01.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:16:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:16:01.972Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:16:01.973Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:16:01.973Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:16:11.515Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:16:11.516Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:17:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:17:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:17:01.961Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:17:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:17:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:17:01.972Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:17:11.523Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:17:11.527Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:18:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:18:01.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:18:01.961Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:18:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:18:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:18:01.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:18:11.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:18:11.523Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:19:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:19:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:19:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:19:01.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:19:01.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:19:01.972Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:19:11.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:19:11.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:20:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:20:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:20:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:20:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:20:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:20:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:20:11.516Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:20:11.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:21:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:21:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:21:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:21:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:21:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:21:01.972Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:21:11.525Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:21:11.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:22:01.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:22:01.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:22:01.961Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:22:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:22:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:22:01.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:22:11.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:22:11.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:23:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:23:01.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:23:01.962Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:23:01.973Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:23:01.974Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:23:01.974Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:23:11.519Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:23:11.519Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:24:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:24:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:24:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:24:01.973Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:24:01.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:24:01.974Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:24:11.519Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:24:11.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:25:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:25:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:25:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:25:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:25:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:25:01.972Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:25:11.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:25:11.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:26:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:26:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:26:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:26:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:26:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:26:01.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:26:11.520Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:26:11.523Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:27:01.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:27:01.964Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:27:01.964Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:27:01.973Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:27:01.974Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:27:01.974Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:27:11.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:27:11.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:28:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:28:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:28:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:28:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:28:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:28:01.972Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:28:11.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:28:11.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:29:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:29:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:29:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:29:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:29:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:29:01.972Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:29:11.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:29:11.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:30:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:30:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:30:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:30:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:30:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:30:01.972Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:30:11.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:30:11.527Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:31:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:31:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:31:01.960Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:31:01.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:31:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:31:01.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:31:11.515Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:31:11.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:32:01.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:32:01.961Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:32:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:32:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:02.127Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:02.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "aai-ml",
"timestamp": 1659943890763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943890546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "cds",
"timestamp": 1659943886866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943890546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
"status": "NOTIFIED"
}
2022-08-08T07:32:02.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "aai-ml",
"timestamp": 1659943890763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "policy-id",
"timestamp": 1659943893294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "cds",
"timestamp": 1659943886866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943890546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-08T07:32:02.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "policy-id",
"timestamp": 1659943893294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "aai-ml",
"timestamp": 1659943890763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "cds",
"timestamp": 1659943886866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "ves-openapi-manager",
"timestamp": 1659943895342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943890546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "aai-ml",
"timestamp": 1659943890763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "policy-id",
"timestamp": 1659943893294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-08T07:32:02.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "cds",
"timestamp": 1659943886866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "ves-openapi-manager",
"timestamp": 1659943895342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "policy-id",
"timestamp": 1659943893294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943890546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-08T07:32:02.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "aai-ml",
"timestamp": 1659943890763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "cds",
"timestamp": 1659943886866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "ves-openapi-manager",
"timestamp": 1659943895342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "policy-id",
"timestamp": 1659943893294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943890546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "aai-ml",
"timestamp": 1659943890763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "cds",
"timestamp": 1659943886866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "ves-openapi-manager",
"timestamp": 1659943895342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "policy-id",
"timestamp": 1659943893294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943890546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "aai-ml",
"timestamp": 1659943890763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "cds",
"timestamp": 1659943886866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "ves-openapi-manager",
"timestamp": 1659943895342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "policy-id",
"timestamp": 1659943893294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:32:02.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943900606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:32:02.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "cds",
"timestamp": 1659943900249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:32:02.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "aai-ml",
"timestamp": 1659943900455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "ves-openapi-manager",
"timestamp": 1659943895342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "policy-id",
"timestamp": 1659943901205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "cds",
"timestamp": 1659943901275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:32:02.471Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6fa31f74-7d83-4886-aefe-f358eb4e2efd
2022-08-08T07:32:02.501Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fa31f74-7d83-4886-aefe-f358eb4e2efd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:32:02.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943901820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:32:02.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "ves-openapi-manager",
"timestamp": 1659943895342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:32:02.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "policy-id",
"timestamp": 1659943902219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-08T07:32:02.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943903135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:32:02.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "policy-id",
"timestamp": 1659943903225,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:32:02.551Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6fa31f74-7d83-4886-aefe-f358eb4e2efd
2022-08-08T07:32:02.551Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fa31f74-7d83-4886-aefe-f358eb4e2efd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:32:02.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943904195,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:32:02.574Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6fa31f74-7d83-4886-aefe-f358eb4e2efd
2022-08-08T07:32:02.574Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fa31f74-7d83-4886-aefe-f358eb4e2efd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-08T07:32:02.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943905200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-08T07:32:02.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "aai-ml",
"timestamp": 1659943920825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-08T07:32:02.586Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:02.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6fa31f74-7d83-4886-aefe-f358eb4e2efd","serviceName":"vFW 2022-08-08 07-28-59","serviceVersion":"1.0","serviceUUID":"3edfbceb-040f-435e-aac1-40b73292ce17","serviceDescription":"catalog service description","serviceInvariantUUID":"41a6ba04-212e-480a-9a6b-2181749ae9c6","resources":[{"resourceInstanceName":"vFW 89e7c5f9-540c 0","resourceName":"vFW 89e7c5f9-540c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2cf31b92-4871-4ace-aa58-1e8210870e59","resourceInvariantUUID":"5357ac9f-243f-4dfa-9a44-d2cd82ca5154","resourceCustomizationUUID":"4c1704c0-f4d1-467c-ad2c-47b6cb341744","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml","artifactChecksum":"OWRiMTU5ZTIzYzVmNmE2NTZjZjY1Y2Y3YjA2NmJkZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0821d50f-7693-47ed-888f-edc10829b96e","artifactVersion":"1"},{"artifactName":"vfw89e7c5f9540c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json","artifactChecksum":"OGNiOWRlOTE5OGUyNDUzYjYxYzQ0NmQ5MmJiOGRkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"21a81979-06eb-4e75-86fe-757d58d8e01e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml","artifactChecksum":"YTQ5YTk0MDRiYzZkMGRjN2EwNjFiMjIxYjhkNjNhMTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76b72605-909b-4423-83c6-9ba85c8e18df","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"54e3de47-3c65-416d-8d73-1121b62a0900","artifactVersion":"2","generatedFromUUID":"12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220808072859-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml","artifactChecksum":"NmVmZWNkMzJlMzJjMmFlYzAwZDhiYTEyNWM4NjdhMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17e28498-ab36-4cee-ad69-8809e415cdbf","artifactVersion":"1"},{"artifactName":"service-Vfw20220808072859-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar","artifactChecksum":"ZGNiYmJjNDhjODYzN2U4Y2Q0OGI0MmFiYzU4MGU3MWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd1a2f48-2746-497f-80e8-e1c17ce53411","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T07:32:02.637Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:32:02.644Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:02.655Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:02.655Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943921959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.755Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-08T07:32:02.759Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:02.759Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:02.806Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:02.807Z||pool-3-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:03.662Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:32:03.663Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:03.665Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:03.665Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943921959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
"status": "NOTIFIED"
}
2022-08-08T07:32:03.765Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:03.766Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:03.767Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:03.802Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:03.803Z||pool-4-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:04.665Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:32:04.667Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:04.669Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:04.669Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943921959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-08T07:32:04.769Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:04.770Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:04.771Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:04.794Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:04.795Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:05.670Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:32:05.671Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:05.673Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:05.673Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943921959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:05.773Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:05.774Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:05.775Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:05.792Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:05.793Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:32:06.674Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:32:06.675Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:06.677Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:06.677Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943921959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-08T07:32:06.777Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:06.778Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:06.778Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:06.791Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:06.791Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:07.678Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:32:07.678Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:07.680Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:07.680Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943921959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:32:07.780Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:07.781Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:07.781Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:07.797Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:07.797Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:08.681Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:32:08.682Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:08.684Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:08.684Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943921959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:32:08.784Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:32:08.785Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:08.785Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:08.799Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:08.799Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:09.687Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"serviceName": "vFW 2022-08-08 07-28-59",
"serviceVersion": "1.0",
"serviceUUID": "3edfbceb-040f-435e-aac1-40b73292ce17",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "41a6ba04-212e-480a-9a6b-2181749ae9c6",
"resources": [
{
"resourceInstanceName": "vFW 89e7c5f9-540c 0",
"resourceCustomizationUUID": "4c1704c0-f4d1-467c-ad2c-47b6cb341744",
"resourceName": "vFW 89e7c5f9-540c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2cf31b92-4871-4ace-aa58-1e8210870e59",
"resourceInvariantUUID": "5357ac9f-243f-4dfa-9a44-d2cd82ca5154",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw89e7c5f9540c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
"artifactChecksum": "OGNiOWRlOTE5OGUyNDUzYjYxYzQ0NmQ5MmJiOGRkYTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "21a81979-06eb-4e75-86fe-757d58d8e01e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "54e3de47-3c65-416d-8d73-1121b62a0900",
"generatedFromUUID": "12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "54e3de47-3c65-416d-8d73-1121b62a0900",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220808072859-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"artifactChecksum": "ZGNiYmJjNDhjODYzN2U4Y2Q0OGI0MmFiYzU4MGU3MWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dd1a2f48-2746-497f-80e8-e1c17ce53411"
}
],
"workloadContext": "Production"
}
2022-08-08T07:32:09.688Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T07:32:09.689Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3edfbceb-040f-435e-aac1-40b73292ce17 ASDC
2022-08-08T07:32:09.850Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6fa31f74-7d83-4886-aefe-f358eb4e2efd
ServiceName:vFW 2022-08-08 07-28-59
ServiceVersion:1.0
ServiceUUID:3edfbceb-040f-435e-aac1-40b73292ce17
ServiceInvariantUUID:41a6ba04-212e-480a-9a6b-2181749ae9c6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220808072859-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar
ArtifactUUID:dd1a2f48-2746-497f-80e8-e1c17ce53411
ArtifactChecksum:ZGNiYmJjNDhjODYzN2U4Y2Q0OGI0MmFiYzU4MGU3MWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 89e7c5f9-540c 0
ResourceCustomizationUUID:4c1704c0-f4d1-467c-ad2c-47b6cb341744
ResourceInvariantUUID:5357ac9f-243f-4dfa-9a44-d2cd82ca5154
ResourceName:vFW 89e7c5f9-540c
ResourceType:VF
ResourceUUID:2cf31b92-4871-4ace-aa58-1e8210870e59
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw89e7c5f9540c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json
ArtifactUUID:21a81979-06eb-4e75-86fe-757d58d8e01e
ArtifactChecksum:OGNiOWRlOTE5OGUyNDUzYjYxYzQ0NmQ5MmJiOGRkYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml
ArtifactUUID:12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env
ArtifactUUID:54e3de47-3c65-416d-8d73-1121b62a0900
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env
ArtifactUUID:54e3de47-3c65-416d-8d73-1121b62a0900
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-08T07:32:09.850Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3edfbceb-040f-435e-aac1-40b73292ce17 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T07:32:09.929Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:32:09.930Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:32:09.932Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:32:09.932Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dd1a2f48-2746-497f-80e8-e1c17ce53411 from URL: /sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:09.932Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:32:09.934Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:10.187Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:32:10.213Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar dd1a2f48-2746-497f-80e8-e1c17ce53411 103014
2022-08-08T07:32:10.219Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar ASDC sendASDCNotification
2022-08-08T07:32:10.219Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:10.220Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:32:10.222Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:10.224Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:10.225Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943930218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:32:10.325Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:10.326Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:10.326Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:10.345Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:10.346Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:11.225Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:32:11.226Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:32:11.227Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: dd1a2f48-2746-497f-80e8-e1c17ce53411, URL: /sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar to file: /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:11.228Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220808072859-csar.csar
2022-08-08T07:32:11.314Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:11.314Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:12.182Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP177572183046604530/Definitions/service-Vfw20220808072859-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-08-08T07:32:14.855Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T07:32:14.860Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:32:14.860Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.860Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.862Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.862Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.862Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.862Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.862Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 89e7c5f9-540c 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.862Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:32:14.869Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.870Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:14.874Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:14.875Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:32:14.876Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:32:14.878Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.879Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:14.879Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:14.879Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:32:14.879Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:32:14.880Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.880Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:14.883Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.884Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is not matching search criteria
2022-08-08T07:32:14.884Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:32:14.884Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:32:14.884Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:32:14.884Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.884Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.885Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:32:14.885Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.885Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:32:14.885Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:32:14.885Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.885Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.885Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:32:14.886Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.886Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:32:14.886Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.886Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-08T07:32:14.886Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.886Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T07:32:14.888Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.888Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:14.888Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:14.888Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.888Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:14.889Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:14.889Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.889Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:14.889Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:14.889Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.890Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is not matching search criteria
2022-08-08T07:32:14.890Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:32:14.890Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:32:14.890Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-08T07:32:14.890Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:32:14.890Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:32:14.891Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.891Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.891Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:32:14.891Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.891Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:32:14.891Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.892Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1f0cb18b-a61c-4e99-93aa-cac95694523b
2022-08-08T07:32:14.892Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.892Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is not matching search criteria
2022-08-08T07:32:14.892Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:32:14.892Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:32:14.892Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:32:14.893Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.893Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.893Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:32:14.893Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.893Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-08T07:32:14.893Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:32:14.893Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.894Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:32:14.894Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.894Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf21ceb5-6477-4972-8434-20f5bc0944c7
2022-08-08T07:32:14.894Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.894Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is not matching search criteria
2022-08-08T07:32:14.895Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:32:14.895Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:32:14.895Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:32:14.895Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.895Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.895Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:32:14.895Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.896Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:32:14.896Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:32:14.896Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.896Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.896Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-08T07:32:14.896Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=df6b43cd-048e-4232-9585-623177d035f9
2022-08-08T07:32:14.897Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.897Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:14.897Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.897Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:14.897Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.897Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:14.898Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:14.898Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:14.898Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-08 07-28-59
Description:catalog service description
Model UUID:3edfbceb-040f-435e-aac1-40b73292ce17
Model Version:NULL
Model InvariantUuid:41a6ba04-212e-480a-9a6b-2181749ae9c6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 89e7c5f9-540c
Model UUID:a489867b-ec9c-40ee-867e-63c9adbeba8e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5357ac9f-243f-4dfa-9a44-d2cd82ca5154
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4c1704c0-f4d1-467c-ad2c-47b6cb341744
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4197cad0-c518-4a8a-873e-dca548f0586e
ModelName:Vfw89e7c5f9540c..base_vfw..module-0
ModelUuid:7f268a32-77c1-453a-b683-22176e8a6fc5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1f0cb18b-a61c-4e99-93aa-cac95694523b
ModelInvariantUuid:d6714ce5-a049-4b0f-b807-3357d198635f
ModelName:vFW 89e7c5f9-540c-nodes.vfwCvfc
ModelUuid:9855c3c2-c70f-4d42-8d19-336f0f67dbc6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:75d2375c-5616-4180-8e00-3429b620108e
ModelInvariantUuid:7174f5ef-22d9-4f6d-8151-19e08bb26124
ModelName:Vfw89e7c5f9540c.compute.nodes.heat.vfw
ModelUuid:ebc9944b-7029-43ed-9c6e-fab1ffdb2dda
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cf21ceb5-6477-4972-8434-20f5bc0944c7
ModelInvariantUuid:ed1b8474-f16e-41f7-b04b-bde9024eb9ad
ModelName:vFW 89e7c5f9-540c-nodes.vsnCvfc
ModelUuid:d465a69a-ea76-4e05-b48f-6157ed49bc1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1f9f523a-0394-49e3-8d99-cd29b56417d8
ModelInvariantUuid:85810cd3-89c8-463d-80bd-6f717793e371
ModelName:Vfw89e7c5f9540c.compute.nodes.heat.vsn
ModelUuid:de83e22c-a16f-4490-9ec0-536701922ea7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:df6b43cd-048e-4232-9585-623177d035f9
ModelInvariantUuid:e2f25962-5f1d-41fa-8873-6040706d6722
ModelName:vFW 89e7c5f9-540c-nodes.vpgCvfc
ModelUuid:3045b7d2-b89b-493b-aed9-86246b3e72ac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4e9b801a-6f08-463d-b77b-dfd394f6b742
ModelInvariantUuid:aef18a78-a422-4d0f-82c4-335341703397
ModelName:Vfw89e7c5f9540c.compute.nodes.heat.vpg
ModelUuid:c0591eac-9df3-4fe9-9a8e-850d1c0539e5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T07:32:14.916Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2cf31b92-4871-4ace-aa58-1e8210870e59
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:32:15.010Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||vFW 89e7c5f9-540c 0
2022-08-08T07:32:15.016Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2cf31b92-4871-4ace-aa58-1e8210870e59
2022-08-08T07:32:15.017Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 21a81979-06eb-4e75-86fe-757d58d8e01e from URL: /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json
2022-08-08T07:32:15.017Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:32:15.017Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json
2022-08-08T07:32:15.115Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:32:15.116Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json 21a81979-06eb-4e75-86fe-757d58d8e01e 785
2022-08-08T07:32:15.116Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json ASDC sendASDCNotification
2022-08-08T07:32:15.116Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json
2022-08-08T07:32:15.116Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:32:15.117Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:15.118Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:15.119Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943935116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:32:15.219Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:15.220Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:15.220Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:15.235Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:15.236Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:16.120Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw89e7c5f9540c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4197cad0-c518-4a8a-873e-dca548f0586e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7f268a32-77c1-453a-b683-22176e8a6fc5",
"vfModuleModelCustomizationUUID": "5298751f-9c79-41a3-aeb0-c112af123d60",
"isBase": true,
"artifacts": [
"12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae",
"54e3de47-3c65-416d-8d73-1121b62a0900"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-08T07:32:16.134Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw89e7c5f9540c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f268a32-77c1-453a-b683-22176e8a6fc5
VfModuleModelInvariantUUID:4197cad0-c518-4a8a-873e-dca548f0586e
VfModuleModelDescription:NULL
Artifacts UUID List:{
12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae
,
54e3de47-3c65-416d-8d73-1121b62a0900
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-08T07:32:16.136Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw89e7c5f9540c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4197cad0-c518-4a8a-873e-dca548f0586e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7f268a32-77c1-453a-b683-22176e8a6fc5",
"vfModuleModelCustomizationUUID": "5298751f-9c79-41a3-aeb0-c112af123d60",
"isBase": true,
"artifacts": [
"12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae",
"54e3de47-3c65-416d-8d73-1121b62a0900"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-08T07:32:16.136Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw89e7c5f9540c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f268a32-77c1-453a-b683-22176e8a6fc5
VfModuleModelInvariantUUID:4197cad0-c518-4a8a-873e-dca548f0586e
VfModuleModelDescription:NULL
Artifacts UUID List:{
12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae
,
54e3de47-3c65-416d-8d73-1121b62a0900
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-08T07:32:16.137Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae from URL: /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml
2022-08-08T07:32:16.137Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:32:16.137Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml
2022-08-08T07:32:16.275Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:32:16.276Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml 12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae 20368
2022-08-08T07:32:16.276Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-08T07:32:16.276Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml
2022-08-08T07:32:16.276Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:32:16.276Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:16.278Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:16.278Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943936276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:32:16.378Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:16.379Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:16.379Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:16.394Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:16.394Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:32:17.279Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 54e3de47-3c65-416d-8d73-1121b62a0900 from URL: /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env
2022-08-08T07:32:17.279Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:32:17.280Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env
2022-08-08T07:32:17.666Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:32:17.666Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env 54e3de47-3c65-416d-8d73-1121b62a0900 2098
2022-08-08T07:32:17.667Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-08T07:32:17.667Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env
2022-08-08T07:32:17.667Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:32:17.667Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:17.669Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:17.669Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943937666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:32:17.769Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:17.770Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:17.770Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:17.784Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:17.785Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:18.670Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3edfbceb-040f-435e-aac1-40b73292ce17
2022-08-08T07:32:18.671Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 89e7c5f9-540c 0 2cf31b92-4871-4ace-aa58-1e8210870e59 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:32:18.715Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5dd01f0d, org.onap.sdc.toscaparser.api.parameters.Input@5c14e097, org.onap.sdc.toscaparser.api.parameters.Input@7c307a7c, org.onap.sdc.toscaparser.api.parameters.Input@21c5af43, org.onap.sdc.toscaparser.api.parameters.Input@7c30e401]
2022-08-08T07:32:18.720Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.720Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.721Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-08-08T07:32:18.721Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4c1704c0-f4d1-467c-ad2c-47b6cb341744
2022-08-08T07:32:18.721Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c1704c0-f4d1-467c-ad2c-47b6cb341744 matches Tosca VF Customization UUID: 4c1704c0-f4d1-467c-ad2c-47b6cb341744
2022-08-08T07:32:18.721Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4c1704c0-f4d1-467c-ad2c-47b6cb341744 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-08T07:32:18.729Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.729Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.730Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4c1704c0-f4d1-467c-ad2c-47b6cb341744: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-08-08T07:32:18.731Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3017fb62
2022-08-08T07:32:18.731Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.731Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T07:32:18.732Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5298751f-9c79-41a3-aeb0-c112af123d60
2022-08-08T07:32:18.733Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5298751f-9c79-41a3-aeb0-c112af123d60
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-08T07:32:18.740Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.740Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:18.740Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:18.741Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.741Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:18.742Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:18.742Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.742Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is not matching search criteria
2022-08-08T07:32:18.742Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:32:18.743Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:32:18.743Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-08T07:32:18.743Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:32:18.743Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:32:18.743Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.743Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:18.744Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:32:18.744Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:18.744Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:32:18.744Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.745Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1f0cb18b-a61c-4e99-93aa-cac95694523b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T07:32:18.755Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.756Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:18.756Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:18.756Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.757Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is not matching search criteria
2022-08-08T07:32:18.757Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:32:18.757Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:32:18.758Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:32:18.758Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:18.758Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.758Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:32:18.759Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.759Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-08T07:32:18.759Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:32:18.759Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:18.760Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:32:18.760Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.760Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf21ceb5-6477-4972-8434-20f5bc0944c7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T07:32:18.762Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.763Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:18.763Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:18.766Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.766Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is not matching search criteria
2022-08-08T07:32:18.766Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:32:18.766Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:32:18.767Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:32:18.767Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:18.767Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.767Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:32:18.768Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.768Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:32:18.768Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:32:18.768Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.769Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:18.769Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-08T07:32:18.769Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=df6b43cd-048e-4232-9585-623177d035f9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T07:32:18.771Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.772Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:18.772Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:18.772Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.772Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:18.773Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=4c1704c0-f4d1-467c-ad2c-47b6cb341744
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:32:18.775Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.775Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.775Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3edfbceb-040f-435e-aac1-40b73292ce17: vFW 89e7c5f9-540c
2022-08-08T07:32:18.775Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.776Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.776Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.776Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.776Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.777Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.777Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.777Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.778Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:32:18.778Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.778Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-08-08 07-28-59
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:32:19.059Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 89e7c5f9-540c 2cf31b92-4871-4ace-aa58-1e8210870e59 1 ASDC deployResourceStructure
2022-08-08T07:32:19.060Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json ASDC sendASDCNotification
2022-08-08T07:32:19.060Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json
2022-08-08T07:32:19.060Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:32:19.060Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:19.062Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:19.062Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943939060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-08T07:32:19.162Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:19.163Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:19.164Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:19.181Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:19.182Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:32:20.064Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-08T07:32:20.064Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml
2022-08-08T07:32:20.064Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:32:20.064Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:20.066Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:20.067Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943940064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-08T07:32:20.166Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:32:20.168Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:20.168Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:20.194Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:20.195Z||pool-15-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:21.068Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-08T07:32:21.068Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env
2022-08-08T07:32:21.068Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:32:21.068Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:21.070Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:21.070Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943941067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-08T07:32:21.170Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:32:21.171Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:21.172Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:21.185Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:21.186Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:22.071Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar ASDC sendASDCNotification
2022-08-08T07:32:22.072Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:22.072Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:32:22.072Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:22.074Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:22.074Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943942071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-08T07:32:22.174Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:22.175Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:22.175Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:22.195Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:32:22.195Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:23.075Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:32:23.102Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:32:23.105Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:32:23.105Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:32:23.105Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:32:53.106Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:32:53.130Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:32:53.133Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:32:53.133Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:32:53.133Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:33:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:33:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:33:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:33:02.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:33:02.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:33:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "aai-ml",
"timestamp": 1659943921832,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:33:02.034Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6fa31f74-7d83-4886-aefe-f358eb4e2efd
2022-08-08T07:33:02.034Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fa31f74-7d83-4886-aefe-f358eb4e2efd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:33:23.134Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:33:23.156Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:33:23.159Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:33:23.159Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:33:23.159Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:33:23.160Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:33:53.160Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:33:53.174Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:33:53.177Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:33:53.177Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:33:53.178Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:33:53.178Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:34:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:34:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:34:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:34:02.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:34:02.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943921959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943921959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
"status": "NOTIFIED"
}
2022-08-08T07:34:02.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943921959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-08T07:34:02.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943921959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943921959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943921959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943921959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943930218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943935116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943936276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943937666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943939060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-08T07:34:02.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943940064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-08T07:34:02.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943941067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-08T07:34:02.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659943942071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "cds",
"timestamp": 1659943961866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "cds",
"timestamp": 1659943961866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943970546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "cds",
"timestamp": 1659943961866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943970546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
"status": "NOTIFIED"
}
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "cds",
"timestamp": 1659943961866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943970546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-08T07:34:02.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "cds",
"timestamp": 1659943961866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "policy-id",
"timestamp": 1659943973294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943970546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "cds",
"timestamp": 1659943961866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "policy-id",
"timestamp": 1659943973294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943970546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "cds",
"timestamp": 1659943961866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "ves-openapi-manager",
"timestamp": 1659943975343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "policy-id",
"timestamp": 1659943973294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943970546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "ves-openapi-manager",
"timestamp": 1659943975343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "policy-id",
"timestamp": 1659943973294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943970546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "cds",
"timestamp": 1659943976852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "ves-openapi-manager",
"timestamp": 1659943975343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "policy-id",
"timestamp": 1659943973294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "cds",
"timestamp": 1659943977859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:34:02.043Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef2d579b-55a3-4d58-98e3-d81f786da432
2022-08-08T07:34:02.044Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef2d579b-55a3-4d58-98e3-d81f786da432 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:34:02.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943978332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "ves-openapi-manager",
"timestamp": 1659943975343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "policy-id",
"timestamp": 1659943973294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943979405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "ves-openapi-manager",
"timestamp": 1659943975343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "policy-id",
"timestamp": 1659943973294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943980696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "ves-openapi-manager",
"timestamp": 1659943975343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "policy-id",
"timestamp": 1659943981135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "aai-ml",
"timestamp": 1659943980763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:34:02.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943981719,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:34:02.060Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef2d579b-55a3-4d58-98e3-d81f786da432
2022-08-08T07:34:02.060Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef2d579b-55a3-4d58-98e3-d81f786da432 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:34:23.178Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:34:23.196Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:34:23.198Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:34:23.199Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:34:23.199Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:34:23.199Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:34:53.200Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:34:53.214Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:34:53.217Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:34:53.217Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:34:53.217Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:34:53.217Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:35:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:35:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:35:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:35:02.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:35:02.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:35:02.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "ves-openapi-manager",
"timestamp": 1659943975343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:35:02.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:35:23.218Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:35:23.234Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:35:23.237Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:35:23.237Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:35:23.238Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:35:23.238Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:35:53.238Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:35:53.270Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:35:53.273Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:35:53.273Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:35:53.273Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:35:53.273Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:36:01.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:36:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:36:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:36:02.504Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:36:02.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "policy-id",
"timestamp": 1659943982139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-08T07:36:02.506Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:36:02.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "aai-ml",
"timestamp": 1659943980763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:36:02.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:36:02.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659943982722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-08T07:36:02.507Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:36:02.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "policy-id",
"timestamp": 1659943983142,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:36:02.515Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef2d579b-55a3-4d58-98e3-d81f786da432
2022-08-08T07:36:02.516Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef2d579b-55a3-4d58-98e3-d81f786da432 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-08T07:36:02.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "aai-ml",
"timestamp": 1659943980763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:36:02.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:36:02.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "aai-ml",
"timestamp": 1659943980763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:36:02.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "aai-ml",
"timestamp": 1659943980763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "aai-ml",
"timestamp": 1659943980763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "aai-ml",
"timestamp": 1659943980763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "aai-ml",
"timestamp": 1659943988637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "aai-ml",
"timestamp": 1659943998927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "aai-ml",
"timestamp": 1659943999932,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:36:02.532Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef2d579b-55a3-4d58-98e3-d81f786da432
2022-08-08T07:36:02.532Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef2d579b-55a3-4d58-98e3-d81f786da432 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:36:23.274Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:36:23.304Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:36:23.308Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:36:23.308Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:36:23.308Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:36:23.309Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:36:53.309Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:36:53.324Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:36:53.327Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:36:53.327Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:36:53.327Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:36:53.327Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:37:01.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:37:01.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:37:01.974Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:11.528Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:23.328Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-08-08T07:37:23.328Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-08T07:37:23.349Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd and serviceModelVersionId: 3edfbceb-040f-435e-aac1-40b73292ce17
2022-08-08T07:37:23.349Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41a6ba04-212e-480a-9a6b-2181749ae9c6
2022-08-08T07:37:38.435Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0
2022-08-08T07:37:38.549Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-08T07:37:39.105Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0|INFO|500||Invoke
2022-08-08T07:37:39.113Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6fa31f74-7d83-4886-aefe-f358eb4e2efd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c361c748-4c83-4f89-8bf8-a6952135d35e], X-ECOMP-RequestID=[6fa31f74-7d83-4886-aefe-f358eb4e2efd], X-TransactionId=[], X-ONAP-RequestID=[6fa31f74-7d83-4886-aefe-f358eb4e2efd], Content-Type=[application/merge-patch+json]}
2022-08-08T07:37:39.234Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-08-08T07:37:40.093Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220808-07:37:39:312-45355], vertex-id=[172152], Content-Length=[0], Date=[Mon, 08 Aug 2022 07:37:39 GMT], Content-Type=[application/json]}
2022-08-08T07:37:40.095Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-08T07:37:40.096Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0|INFO|500||InvokeReturn
2022-08-08T07:37:40.100Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-08T07:37:40.100Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:37:40.119Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-08T07:37:40.120Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6fa31f74-7d83-4886-aefe-f358eb4e2efd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-08-08T07:37:40.121Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-08T07:37:40.122Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:40.125Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:40.125Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944260120,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T07:37:40.224Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-08T07:37:40.226Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:40.226Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:40.254Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:40.255Z||pool-18-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T07:37:41.158Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:37:41.159Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:37:41.159Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:45.603Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:45.604Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T07:37:45.604Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef2d579b-55a3-4d58-98e3-d81f786da432","serviceName":"basic_onboard_nshGtL","serviceVersion":"1.0","serviceUUID":"3f749a96-c054-4a93-a4ca-d4dbfb78e406","serviceDescription":"service","serviceInvariantUUID":"13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a","resources":[{"resourceInstanceName":"basic_onboard_nshGtL 0","resourceName":"basic_onboard_nshGtL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c6dfdd13-c5e7-4f06-b769-7b79f32fcb79","resourceInvariantUUID":"79822894-8b0b-400f-97d3-3731032d267c","resourceCustomizationUUID":"658368eb-dab0-4135-aa9e-32e644281028","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml","artifactChecksum":"NjViNjBkZmJkNWFlODgwMjc2MmRlNzM3ODhkNzI4MGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47f789b2-fbd1-49b2-b86c-ec279a174780","artifactVersion":"1"},{"artifactName":"basic_onboard_nshgtl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json","artifactChecksum":"ZDNlMjIwNTI4NDMyOTAxZDU3Mzg4ZjZhYWU5ODYyZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6041a420-a91d-4049-91e9-ef3fe784b714","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c2f94a86-ed19-4bfe-b993-aaeede8ec5fd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e30679f8-6993-42b1-be82-616c363037b9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4ad1b75-29d3-4e26-8910-e215270d64d4","artifactVersion":"2","generatedFromUUID":"c2f94a86-ed19-4bfe-b993-aaeede8ec5fd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNshgtl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml","artifactChecksum":"MmM5MTcwYzg5MDJjZjNmYTRhZTcwNzc4MjZkYTFjODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e244e5d-ae7c-44ee-8f85-dae6d9862bf3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNshgtl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar","artifactChecksum":"NTU0OWY0NzdkNTc4ZjY0Y2ZkM2ZjNzM1YjQ4Nzc2OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d108a68f-a011-44ef-b1dd-780c890347a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T07:37:45.607Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:37:45.608Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:45.609Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:45.610Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944261158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:37:45.710Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:37:45.710Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:45.711Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:45.726Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:45.726Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:46.610Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:37:46.611Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:46.613Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:46.613Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944261158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
"status": "NOTIFIED"
}
2022-08-08T07:37:46.713Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:37:46.714Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:46.714Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:46.728Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:46.728Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:47.614Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:37:47.615Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:47.616Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:47.617Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944261158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-08T07:37:47.717Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:37:47.718Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:47.718Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:47.736Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:47.736Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:48.617Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:37:48.618Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:48.620Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:48.620Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944261158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:37:48.722Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-08T07:37:48.723Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:48.723Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:48.737Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:48.737Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:49.621Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:37:49.622Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:49.624Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:49.625Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944261158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-08T07:37:49.724Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:37:49.725Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:49.725Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:49.740Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:49.740Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:50.625Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:37:50.626Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:50.628Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:50.628Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944261158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:37:50.728Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:37:50.729Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:50.729Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:50.744Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:50.745Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:51.629Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:37:51.630Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:51.632Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:51.633Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944261158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:37:51.733Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:37:51.733Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:51.734Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:51.747Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:51.748Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:52.635Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"serviceName": "basic_onboard_nshGtL",
"serviceVersion": "1.0",
"serviceUUID": "3f749a96-c054-4a93-a4ca-d4dbfb78e406",
"serviceDescription": "service",
"serviceInvariantUUID": "13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a",
"resources": [
{
"resourceInstanceName": "basic_onboard_nshGtL 0",
"resourceCustomizationUUID": "658368eb-dab0-4135-aa9e-32e644281028",
"resourceName": "basic_onboard_nshGtL",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c6dfdd13-c5e7-4f06-b769-7b79f32fcb79",
"resourceInvariantUUID": "79822894-8b0b-400f-97d3-3731032d267c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nshgtl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
"artifactChecksum": "ZDNlMjIwNTI4NDMyOTAxZDU3Mzg4ZjZhYWU5ODYyZTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6041a420-a91d-4049-91e9-ef3fe784b714",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c2f94a86-ed19-4bfe-b993-aaeede8ec5fd",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a4ad1b75-29d3-4e26-8910-e215270d64d4",
"generatedFromUUID": "c2f94a86-ed19-4bfe-b993-aaeede8ec5fd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a4ad1b75-29d3-4e26-8910-e215270d64d4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNshgtl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"artifactChecksum": "NTU0OWY0NzdkNTc4ZjY0Y2ZkM2ZjNzM1YjQ4Nzc2OTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d108a68f-a011-44ef-b1dd-780c890347a9"
}
],
"workloadContext": "Production"
}
2022-08-08T07:37:52.635Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T07:37:52.636Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3f749a96-c054-4a93-a4ca-d4dbfb78e406 ASDC
2022-08-08T07:37:52.637Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ef2d579b-55a3-4d58-98e3-d81f786da432
ServiceName:basic_onboard_nshGtL
ServiceVersion:1.0
ServiceUUID:3f749a96-c054-4a93-a4ca-d4dbfb78e406
ServiceInvariantUUID:13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNshgtl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar
ArtifactUUID:d108a68f-a011-44ef-b1dd-780c890347a9
ArtifactChecksum:NTU0OWY0NzdkNTc4ZjY0Y2ZkM2ZjNzM1YjQ4Nzc2OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nshGtL 0
ResourceCustomizationUUID:658368eb-dab0-4135-aa9e-32e644281028
ResourceInvariantUUID:79822894-8b0b-400f-97d3-3731032d267c
ResourceName:basic_onboard_nshGtL
ResourceType:VF
ResourceUUID:c6dfdd13-c5e7-4f06-b769-7b79f32fcb79
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nshgtl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json
ArtifactUUID:6041a420-a91d-4049-91e9-ef3fe784b714
ArtifactChecksum:ZDNlMjIwNTI4NDMyOTAxZDU3Mzg4ZjZhYWU5ODYyZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c2f94a86-ed19-4bfe-b993-aaeede8ec5fd
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env
ArtifactUUID:a4ad1b75-29d3-4e26-8910-e215270d64d4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env
ArtifactUUID:a4ad1b75-29d3-4e26-8910-e215270d64d4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-08T07:37:52.637Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f749a96-c054-4a93-a4ca-d4dbfb78e406 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T07:37:52.693Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:37:52.693Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:37:52.694Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:37:52.694Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d108a68f-a011-44ef-b1dd-780c890347a9 from URL: /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:52.694Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:37:52.695Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:53.290Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:37:53.294Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar d108a68f-a011-44ef-b1dd-780c890347a9 75609
2022-08-08T07:37:53.294Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar ASDC sendASDCNotification
2022-08-08T07:37:53.294Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:53.294Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:37:53.295Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:53.296Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:53.296Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944273294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:37:53.397Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:37:53.398Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:53.398Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:53.411Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:53.411Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:37:54.297Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:37:54.298Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:37:54.298Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d108a68f-a011-44ef-b1dd-780c890347a9, URL: /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar to file: /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:54.299Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:54.299Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:54.299Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:54.448Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16410759005399679835/Definitions/service-BasicOnboardNshgtl-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-08-08T07:37:55.686Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T07:37:55.687Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:37:55.687Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.687Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-08T07:37:55.688Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nshGtL 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.688Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.688Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.689Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.689Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.689Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.690Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.690Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.690Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.690Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:37:55.691Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:55.691Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:55.692Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:55.692Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:37:55.692Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:37:55.693Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:55.693Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:55.694Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:55.694Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:37:55.694Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:37:55.695Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:55.695Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:55.696Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:55.696Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is not matching search criteria
2022-08-08T07:37:55.696Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-08T07:37:55.697Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-08T07:37:55.697Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-08T07:37:55.697Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-08T07:37:55.698Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-08T07:37:55.698Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:55.698Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T07:37:55.699Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:55.699Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:55.699Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:37:55.700Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:55.700Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:55.701Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:37:55.701Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:55.701Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:55.702Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:37:55.702Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:55.702Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is not matching search criteria
2022-08-08T07:37:55.703Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-08T07:37:55.703Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-08T07:37:55.703Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=34a0cbbb-073d-4a52-9f86-44e3763831be
2022-08-08T07:37:55.704Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:55.704Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:55.704Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:55.705Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:55.705Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:55.705Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:55.706Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:55.706Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:55.706Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nshGtL
Description:service
Model UUID:3f749a96-c054-4a93-a4ca-d4dbfb78e406
Model Version:NULL
Model InvariantUuid:13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nshGtL
Model UUID:4e3ad873-2c1d-4b7e-a118-d1a8a3898c0a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:79822894-8b0b-400f-97d3-3731032d267c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:658368eb-dab0-4135-aa9e-32e644281028
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f5bfaa52-f79d-4305-a188-8935f688f624
ModelName:BasicOnboardNshgtl..base_ubuntu18..module-0
ModelUuid:6457e8d6-409a-419c-a612-f7a9a1dc2d8f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:34a0cbbb-073d-4a52-9f86-44e3763831be
ModelInvariantUuid:bf6ab630-2310-4a0c-b240-762291314930
ModelName:basic_onboard_nshGtL-nodes.ubuntu18Cvfc
ModelUuid:d251b335-4ece-488e-bb02-61366992328d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e107b732-970e-4e65-9182-981f4fc60476
ModelInvariantUuid:4e13fb40-150b-4be7-9d59-7d5c3f092fe4
ModelName:BasicOnboardNshgtl.compute.nodes.heat.ubuntu18
ModelUuid:6d32608c-2376-41c3-bd0a-6a21a87622f3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T07:37:55.726Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c6dfdd13-c5e7-4f06-b769-7b79f32fcb79
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:37:55.730Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||basic_onboard_nshGtL 0
2022-08-08T07:37:55.730Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c6dfdd13-c5e7-4f06-b769-7b79f32fcb79
2022-08-08T07:37:55.730Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6041a420-a91d-4049-91e9-ef3fe784b714 from URL: /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json
2022-08-08T07:37:55.731Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:37:55.731Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json
2022-08-08T07:37:55.948Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:37:55.948Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json 6041a420-a91d-4049-91e9-ef3fe784b714 798
2022-08-08T07:37:55.949Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json ASDC sendASDCNotification
2022-08-08T07:37:55.949Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json
2022-08-08T07:37:55.949Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:37:55.950Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:55.952Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:55.952Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944275949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:37:56.052Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:37:56.053Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:56.054Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:56.069Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:56.069Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:56.953Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNshgtl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f5bfaa52-f79d-4305-a188-8935f688f624",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6457e8d6-409a-419c-a612-f7a9a1dc2d8f",
"vfModuleModelCustomizationUUID": "c39fa12a-6e78-48a9-af2b-0446a8bdccf1",
"isBase": true,
"artifacts": [
"c2f94a86-ed19-4bfe-b993-aaeede8ec5fd",
"a4ad1b75-29d3-4e26-8910-e215270d64d4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-08T07:37:56.958Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNshgtl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6457e8d6-409a-419c-a612-f7a9a1dc2d8f
VfModuleModelInvariantUUID:f5bfaa52-f79d-4305-a188-8935f688f624
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2f94a86-ed19-4bfe-b993-aaeede8ec5fd
,
a4ad1b75-29d3-4e26-8910-e215270d64d4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-08T07:37:56.961Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNshgtl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f5bfaa52-f79d-4305-a188-8935f688f624",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6457e8d6-409a-419c-a612-f7a9a1dc2d8f",
"vfModuleModelCustomizationUUID": "c39fa12a-6e78-48a9-af2b-0446a8bdccf1",
"isBase": true,
"artifacts": [
"c2f94a86-ed19-4bfe-b993-aaeede8ec5fd",
"a4ad1b75-29d3-4e26-8910-e215270d64d4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-08T07:37:56.961Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNshgtl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6457e8d6-409a-419c-a612-f7a9a1dc2d8f
VfModuleModelInvariantUUID:f5bfaa52-f79d-4305-a188-8935f688f624
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2f94a86-ed19-4bfe-b993-aaeede8ec5fd
,
a4ad1b75-29d3-4e26-8910-e215270d64d4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-08T07:37:56.961Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c2f94a86-ed19-4bfe-b993-aaeede8ec5fd from URL: /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml
2022-08-08T07:37:56.961Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:37:56.962Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml
2022-08-08T07:37:57.004Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:37:57.004Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml c2f94a86-ed19-4bfe-b993-aaeede8ec5fd 5033
2022-08-08T07:37:57.004Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-08T07:37:57.005Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml
2022-08-08T07:37:57.005Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:37:57.005Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:57.007Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:57.007Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944277004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:37:57.107Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:37:57.108Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:57.108Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:57.124Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:57.124Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:37:58.008Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a4ad1b75-29d3-4e26-8910-e215270d64d4 from URL: /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env
2022-08-08T07:37:58.009Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:37:58.009Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env
2022-08-08T07:37:58.074Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:37:58.075Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env a4ad1b75-29d3-4e26-8910-e215270d64d4 909
2022-08-08T07:37:58.075Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-08T07:37:58.075Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env
2022-08-08T07:37:58.075Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:37:58.076Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:58.078Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:58.078Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944278075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:37:58.178Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:37:58.179Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:58.179Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:58.192Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:58.192Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:59.078Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3f749a96-c054-4a93-a4ca-d4dbfb78e406
2022-08-08T07:37:59.080Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nshGtL 0 c6dfdd13-c5e7-4f06-b769-7b79f32fcb79 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:37:59.108Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29fc2368, org.onap.sdc.toscaparser.api.parameters.Input@2aa603ac, org.onap.sdc.toscaparser.api.parameters.Input@41f9ad06, org.onap.sdc.toscaparser.api.parameters.Input@42d63046, org.onap.sdc.toscaparser.api.parameters.Input@a79bc17]
2022-08-08T07:37:59.109Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:59.110Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.110Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-08-08T07:37:59.110Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 658368eb-dab0-4135-aa9e-32e644281028
2022-08-08T07:37:59.111Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 658368eb-dab0-4135-aa9e-32e644281028 matches Tosca VF Customization UUID: 658368eb-dab0-4135-aa9e-32e644281028
2022-08-08T07:37:59.111Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 658368eb-dab0-4135-aa9e-32e644281028 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-08T07:37:59.113Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:59.113Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.114Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 658368eb-dab0-4135-aa9e-32e644281028: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-08-08T07:37:59.114Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6fe23cd9
2022-08-08T07:37:59.115Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:59.115Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T07:37:59.115Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c39fa12a-6e78-48a9-af2b-0446a8bdccf1
2022-08-08T07:37:59.115Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c39fa12a-6e78-48a9-af2b-0446a8bdccf1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-08T07:37:59.118Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:59.118Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:59.119Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:37:59.119Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:59.119Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:59.119Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:37:59.120Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:59.120Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is not matching search criteria
2022-08-08T07:37:59.120Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-08T07:37:59.121Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-08T07:37:59.121Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=34a0cbbb-073d-4a52-9f86-44e3763831be
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T07:37:59.123Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:59.123Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:59.124Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:37:59.124Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:59.124Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:59.124Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0] matching following query criteria: sdcType=VF, customizationUUID=658368eb-dab0-4135-aa9e-32e644281028
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:37:59.126Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:59.126Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.127Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3f749a96-c054-4a93-a4ca-d4dbfb78e406: basic_onboard_nshGtL
2022-08-08T07:37:59.127Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:59.127Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.127Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:59.128Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.128Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:59.128Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.129Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:59.129Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.129Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-08T07:37:59.129Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.130Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_nshGtL
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:37:59.222Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nshGtL c6dfdd13-c5e7-4f06-b769-7b79f32fcb79 1 ASDC deployResourceStructure
2022-08-08T07:37:59.222Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json ASDC sendASDCNotification
2022-08-08T07:37:59.222Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json
2022-08-08T07:37:59.223Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:37:59.223Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:59.225Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:59.225Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944279222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-08T07:37:59.325Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:37:59.326Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:59.327Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:59.341Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:37:59.342Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:38:00.226Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-08T07:38:00.226Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml
2022-08-08T07:38:00.227Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:38:00.227Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:38:00.229Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:38:00.229Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944280226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-08T07:38:00.330Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-08T07:38:00.330Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:38:00.331Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:38:00.345Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:38:00.345Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:38:01.230Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-08T07:38:01.231Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env
2022-08-08T07:38:01.231Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:38:01.232Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:38:01.234Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:38:01.234Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944281230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-08T07:38:01.334Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:38:01.335Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:38:01.335Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:38:01.350Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:38:01.351Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:38:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:38:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:38:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:38:02.236Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar ASDC sendASDCNotification
2022-08-08T07:38:02.236Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:38:02.236Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:38:02.237Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:38:02.239Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:38:02.239Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944282235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-08T07:38:02.339Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:38:02.340Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:38:02.340Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:38:02.355Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:38:02.355Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:38:02.369Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:38:02.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944260120,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T07:38:02.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:02.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944261158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:38:02.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:38:02.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944261158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
"status": "NOTIFIED"
}
2022-08-08T07:38:02.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:38:02.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944261158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-08T07:38:02.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:38:02.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944261158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:38:02.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:38:02.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944261158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-08T07:38:02.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:38:02.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944261158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:38:02.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:38:02.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944261158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:38:02.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:38:02.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944273294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:38:02.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:02.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944275949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:38:02.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:02.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944277004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:38:02.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:02.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944278075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:38:02.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:02.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944279222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-08T07:38:02.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:02.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944280226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-08T07:38:02.379Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:02.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944281230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-08T07:38:02.379Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:03.240Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:38:03.258Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:38:03.263Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:38:03.263Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:38:03.263Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:38:03.263Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:38:33.264Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:38:33.281Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:38:33.284Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:38:33.284Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:38:33.284Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:38:33.284Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:39:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:39:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:39:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:39:02.501Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:39:02.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:39:02.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944282235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-08T07:39:02.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:39:03.284Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:39:03.304Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:39:03.307Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:39:03.307Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:39:03.307Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:39:03.307Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:39:33.307Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:39:33.319Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:39:33.322Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:39:33.322Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:39:33.322Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:39:33.322Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:40:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:40:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:40:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:40:03.322Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:40:03.340Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:40:03.343Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:40:03.344Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:40:03.344Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:40:03.344Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:40:11.529Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:40:33.344Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:40:33.364Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:40:33.367Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:40:33.367Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:40:33.367Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:40:33.367Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:41:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:41:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:41:01.973Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:41:03.368Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:41:03.392Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:41:03.394Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:41:03.394Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:41:03.395Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:41:03.395Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:41:08.219Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:41:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:41:08.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "aai-ml",
"timestamp": 1659944460763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:41:08.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:41:33.395Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:41:33.418Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:41:33.421Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:41:33.421Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:41:33.421Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:41:33.421Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:42:01.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:42:01.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:42:01.974Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:42:02.117Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:42:02.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:42:02.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "aai-ml",
"timestamp": 1659944460763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:42:02.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:42:03.422Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:42:03.433Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:42:03.435Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:42:03.435Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:42:03.435Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:42:03.435Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:42:33.436Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:42:33.454Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:42:33.460Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:42:33.460Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:42:33.461Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:42:33.461Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:43:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:43:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:43:01.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:02.515Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:43:02.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "aai-ml",
"timestamp": 1659944460763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "aai-ml",
"timestamp": 1659944460763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659944470547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "aai-ml",
"timestamp": 1659944460763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659944470547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
"status": "NOTIFIED"
}
2022-08-08T07:43:02.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "aai-ml",
"timestamp": 1659944460763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "cds",
"timestamp": 1659944471868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659944470547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-08T07:43:02.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "aai-ml",
"timestamp": 1659944460763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:43:02.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "cds",
"timestamp": 1659944471868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659944470547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "policy-id",
"timestamp": 1659944473294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "aai-ml",
"timestamp": 1659944474727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:43:02.524Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "cds",
"timestamp": 1659944471868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "policy-id",
"timestamp": 1659944473294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659944470547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-08T07:43:02.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "cds",
"timestamp": 1659944471868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1659944475343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659944470547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "policy-id",
"timestamp": 1659944473294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-08T07:43:02.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "cds",
"timestamp": 1659944471868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1659944475343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659944470547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:43:02.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "policy-id",
"timestamp": 1659944473294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "cds",
"timestamp": 1659944471868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1659944475343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "policy-id",
"timestamp": 1659944473294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659944478415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:43:02.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "cds",
"timestamp": 1659944471868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:43:02.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1659944475343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "policy-id",
"timestamp": 1659944473294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659944479546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1659944475343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "cds",
"timestamp": 1659944479818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:43:02.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "policy-id",
"timestamp": 1659944473294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:43:02.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659944480720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:43:02.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1659944475343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "cds",
"timestamp": 1659944480825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:43:02.556Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0c2299d-8b06-4539-a019-0004a501ed6b
2022-08-08T07:43:02.556Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0c2299d-8b06-4539-a019-0004a501ed6b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:43:02.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "policy-id",
"timestamp": 1659944481267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:43:02.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659944481756,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:43:02.570Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0c2299d-8b06-4539-a019-0004a501ed6b
2022-08-08T07:43:02.570Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0c2299d-8b06-4539-a019-0004a501ed6b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:43:02.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1659944475343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-08T07:43:02.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "policy-id",
"timestamp": 1659944482272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-08T07:43:02.586Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659944482769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-08T07:43:02.587Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "policy-id",
"timestamp": 1659944483275,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:43:02.593Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0c2299d-8b06-4539-a019-0004a501ed6b
2022-08-08T07:43:02.593Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0c2299d-8b06-4539-a019-0004a501ed6b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-08T07:43:02.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "aai-ml",
"timestamp": 1659944488338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-08T07:43:02.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "aai-ml",
"timestamp": 1659944489343,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:43:02.610Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0c2299d-8b06-4539-a019-0004a501ed6b
2022-08-08T07:43:02.610Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0c2299d-8b06-4539-a019-0004a501ed6b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:43:03.461Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-08-08T07:43:03.461Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-08T07:43:03.466Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef2d579b-55a3-4d58-98e3-d81f786da432 and serviceModelVersionId: 3f749a96-c054-4a93-a4ca-d4dbfb78e406
2022-08-08T07:43:03.467Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a
2022-08-08T07:43:03.468Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a/model-vers/model-ver/3f749a96-c054-4a93-a4ca-d4dbfb78e406?depth=0
2022-08-08T07:43:03.480Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-08T07:43:03.550Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a/model-vers/model-ver/3f749a96-c054-4a93-a4ca-d4dbfb78e406?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-08-08T07:43:03.552Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a/model-vers/model-ver/3f749a96-c054-4a93-a4ca-d4dbfb78e406?depth=0|INFO|500||Invoke
2022-08-08T07:43:03.587Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a/model-vers/model-ver/3f749a96-c054-4a93-a4ca-d4dbfb78e406?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-08-08T07:43:03.904Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a/model-vers/model-ver/3f749a96-c054-4a93-a4ca-d4dbfb78e406?depth=0|INFO|500||InvokeReturn
2022-08-08T07:43:03.905Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a/model-vers/model-ver/3f749a96-c054-4a93-a4ca-d4dbfb78e406?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220808-07:43:03:662-93432], vertex-id=[209112], Content-Length=[0], Date=[Mon, 08 Aug 2022 07:43:03 GMT], Content-Type=[application/json]}
2022-08-08T07:43:03.906Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-08-08T07:43:03.907Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-08T07:43:03.908Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:43:03.936Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-08T07:43:03.937Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef2d579b-55a3-4d58-98e3-d81f786da432 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-08-08T07:43:03.938Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-08T07:43:03.938Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:03.941Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:03.941Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944583937,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T07:43:04.041Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:43:04.043Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:04.043Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:04.057Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:43:04.058Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T07:43:04.955Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:43:04.956Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:43:04.956Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:09.492Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:43:09.493Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T07:43:09.493Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0c2299d-8b06-4539-a019-0004a501ed6b","serviceName":"vFW 2022-08-08 07-38-45","serviceVersion":"1.0","serviceUUID":"53eb0e72-c101-49a7-a7fd-be2d7791f6b5","serviceDescription":"catalog service description","serviceInvariantUUID":"0527b391-4e18-405d-9a7b-66237a0829c5","resources":[{"resourceInstanceName":"vFW 3c00d5f0-0dfc 0","resourceName":"vFW 3c00d5f0-0dfc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"94afa8a1-8f6c-483b-8bf0-47f72dd8b4fd","resourceInvariantUUID":"8b23afd4-ca28-45a3-b61e-3b5328a664e1","resourceCustomizationUUID":"9ffb89fb-fcf5-4775-a1de-d7b553db85bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml","artifactChecksum":"OGIxZjdhYzUxNjQ1ZWU1YTYxZGQwMWVlNDVlNjdmNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"602ab081-8251-4b4e-8c00-35b07a2a3fbe","artifactVersion":"1"},{"artifactName":"vfw3c00d5f00dfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json","artifactChecksum":"Yjc2Njc2YTJmMTk3YzQ1MTgxNWM0ODUxMGFlMDQ2OWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7dd27c3b-5b35-4ecf-81c6-197ad0656ecb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"39ff0cc9-c50d-43fc-84cc-1a109d3c0c87","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml","artifactChecksum":"NmQ1NjVlNmI1MmFjNTQwYjI2OTk4OTRjMmZiOWFmYWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"80725ce4-63a3-480b-895a-38aef53dee4d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ffd1620e-22eb-41b8-b39d-9c7bb5519ed5","artifactVersion":"2","generatedFromUUID":"39ff0cc9-c50d-43fc-84cc-1a109d3c0c87"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220808073845-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml","artifactChecksum":"OWNlNmMyZGVkYTJmMmI5ZTA4MDYwZTAzODQ1ZTk5YjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"760b3d0a-35ab-47f3-8274-e8ecd77b1c76","artifactVersion":"1"},{"artifactName":"service-Vfw20220808073845-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar","artifactChecksum":"MGJlNjIzMTBkOWZjNzc2MGI2ZWQ0ZjNjMjg2YTQ1ZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d15eb24f-7565-487a-9a6d-b7f4c5f49fe1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T07:43:09.497Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:43:09.497Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:09.499Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:09.499Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944584955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:09.599Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:09.600Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:09.600Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:09.615Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:43:09.615Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:10.500Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:43:10.500Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:10.502Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:10.502Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944584955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
"status": "NOTIFIED"
}
2022-08-08T07:43:10.602Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:10.603Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:10.603Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:10.616Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:43:10.617Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:11.503Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:43:11.504Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:11.506Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:11.506Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944584955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-08T07:43:11.606Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:11.607Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:11.607Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:11.620Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:43:11.621Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:12.506Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:43:12.507Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:12.509Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:12.509Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944584955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:12.609Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:43:12.610Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:12.611Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:12.626Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:43:12.626Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:13.510Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:43:13.511Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:13.513Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:13.513Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944584955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-08T07:43:13.613Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:13.614Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:13.614Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:13.629Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:43:13.629Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:43:14.513Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:43:14.514Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:14.517Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:14.517Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944584955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-08T07:43:14.617Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:14.618Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:14.619Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:14.633Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:43:14.634Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:15.517Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:43:15.519Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:15.521Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:15.521Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944584955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
"status": "NOTIFIED"
}
2022-08-08T07:43:15.621Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:15.622Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:15.622Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:15.636Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:43:15.636Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:43:16.523Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"serviceName": "vFW 2022-08-08 07-38-45",
"serviceVersion": "1.0",
"serviceUUID": "53eb0e72-c101-49a7-a7fd-be2d7791f6b5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0527b391-4e18-405d-9a7b-66237a0829c5",
"resources": [
{
"resourceInstanceName": "vFW 3c00d5f0-0dfc 0",
"resourceCustomizationUUID": "9ffb89fb-fcf5-4775-a1de-d7b553db85bf",
"resourceName": "vFW 3c00d5f0-0dfc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "94afa8a1-8f6c-483b-8bf0-47f72dd8b4fd",
"resourceInvariantUUID": "8b23afd4-ca28-45a3-b61e-3b5328a664e1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3c00d5f00dfc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
"artifactChecksum": "Yjc2Njc2YTJmMTk3YzQ1MTgxNWM0ODUxMGFlMDQ2OWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7dd27c3b-5b35-4ecf-81c6-197ad0656ecb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "39ff0cc9-c50d-43fc-84cc-1a109d3c0c87",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ffd1620e-22eb-41b8-b39d-9c7bb5519ed5",
"generatedFromUUID": "39ff0cc9-c50d-43fc-84cc-1a109d3c0c87"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ffd1620e-22eb-41b8-b39d-9c7bb5519ed5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220808073845-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
"artifactChecksum": "MGJlNjIzMTBkOWZjNzc2MGI2ZWQ0ZjNjMjg2YTQ1ZTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d15eb24f-7565-487a-9a6d-b7f4c5f49fe1"
}
],
"workloadContext": "Production"
}
2022-08-08T07:43:16.523Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T07:43:16.523Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 53eb0e72-c101-49a7-a7fd-be2d7791f6b5 ASDC
2022-08-08T07:43:16.524Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e0c2299d-8b06-4539-a019-0004a501ed6b
ServiceName:vFW 2022-08-08 07-38-45
ServiceVersion:1.0
ServiceUUID:53eb0e72-c101-49a7-a7fd-be2d7791f6b5
ServiceInvariantUUID:0527b391-4e18-405d-9a7b-66237a0829c5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220808073845-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar
ArtifactUUID:d15eb24f-7565-487a-9a6d-b7f4c5f49fe1
ArtifactChecksum:MGJlNjIzMTBkOWZjNzc2MGI2ZWQ0ZjNjMjg2YTQ1ZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3c00d5f0-0dfc 0
ResourceCustomizationUUID:9ffb89fb-fcf5-4775-a1de-d7b553db85bf
ResourceInvariantUUID:8b23afd4-ca28-45a3-b61e-3b5328a664e1
ResourceName:vFW 3c00d5f0-0dfc
ResourceType:VF
ResourceUUID:94afa8a1-8f6c-483b-8bf0-47f72dd8b4fd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3c00d5f00dfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json
ArtifactUUID:7dd27c3b-5b35-4ecf-81c6-197ad0656ecb
ArtifactChecksum:Yjc2Njc2YTJmMTk3YzQ1MTgxNWM0ODUxMGFlMDQ2OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml
ArtifactUUID:39ff0cc9-c50d-43fc-84cc-1a109d3c0c87
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env
ArtifactUUID:ffd1620e-22eb-41b8-b39d-9c7bb5519ed5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env
ArtifactUUID:ffd1620e-22eb-41b8-b39d-9c7bb5519ed5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-08T07:43:16.524Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53eb0e72-c101-49a7-a7fd-be2d7791f6b5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T07:43:16.559Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:43:16.560Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:43:16.560Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:43:16.560Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d15eb24f-7565-487a-9a6d-b7f4c5f49fe1 from URL: /sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:16.561Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:43:16.561Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:16.699Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:43:16.704Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar d15eb24f-7565-487a-9a6d-b7f4c5f49fe1 103044
2022-08-08T07:43:16.704Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar ASDC sendASDCNotification
2022-08-08T07:43:16.705Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:16.705Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:43:16.705Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:16.707Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:16.707Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659944596704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-08T07:43:16.807Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:43:16.808Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:16.808Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:16.829Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-08T07:43:16.830Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:17.708Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:43:17.709Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:43:17.709Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d15eb24f-7565-487a-9a6d-b7f4c5f49fe1, URL: /sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar to file: /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:17.710Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220808073845-csar.csar
2022-08-08T07:43:17.710Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:17.711Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:18.025Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1701737546567193052/Definitions/service-Vfw20220808073845-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-08-08T07:43:20.298Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T07:43:20.299Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:43:20.300Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.300Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-08T07:43:20.300Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.300Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.301Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.301Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.301Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.301Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.301Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3c00d5f0-0dfc 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.302Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.302Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.302Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.302Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.302Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.302Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.302Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:43:20.303Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive