Results

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)

2021-06-08T23:18:21.806Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-n4fcd with PID 14 (/app/app.jar started by so in /app)
2021-06-08T23:18:21.811Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-06-08T23:18:21.812Z||main|||||INFO|500||The following profiles are active: basic
2021-06-08T23:18:28.055Z||main|||||INFO|500||Starting service [Tomcat]
2021-06-08T23:18:28.056Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-06-08T23:18:28.116Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-06-08T23:18:29.386Z||main|||||INFO|500||catdb-pool - Starting...
2021-06-08T23:18:29.537Z||main|||||INFO|500||catdb-pool - Start completed.
2021-06-08T23:18:29.833Z||main|||||INFO|500||reqdb-pool - Starting...
2021-06-08T23:18:29.841Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-06-08T23:18:29.953Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-06-08T23:18:30.097Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-06-08T23:18:30.402Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-06-08T23:18:31.192Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-08T23:18:32.790Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-08T23:18:32.821Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-06-08T23:18:33.162Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-08T23:18:33.241Z||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.
2021-06-08T23:18:34.127Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-08T23:18:34.839Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-06-08T23:18:34.856Z||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$$1f1bd060.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)
2021-06-08T23:18:34.857Z||main|||||WARN|500||The sdc end point is not alive
2021-06-08T23:18:36.602Z||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
2021-06-08T23:18:38.517Z||main|||||WARN|500||---
2021-06-08T23:18:38.517Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-06-08T23:18:38.517Z||main|||||WARN|500||---
2021-06-08T23:18:38.805Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-06-08T23:18:41.550Z||main|||||INFO|500||Started Application in 21.486 seconds (JVM running for 22.406)
2021-06-08T23:18:41.553Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:18:41.555Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:18:41.590Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:18:41.620Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:18:41.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 49a4d48d-8a7b-48e6-aeb9-1f60439ffb29 url= /sdc/v1/artifactTypes
2021-06-08T23:18:41.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:18:42.774Z||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.1.54] 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 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)
	... 29 common frames omitted
2021-06-08T23:18:42.779Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@421197b5
2021-06-08T23:18:42.779Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08T23:18:42.787Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-08T23:18:42.789Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-08T23:18:42.790Z||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 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)
	... 12 common frames omitted
2021-06-08T23:19:31.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:19:31.546Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:19:31.547Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:19:31.556Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:19:31.560Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c446170-c611-41dd-a938-e79c85b8bb18 url= /sdc/v1/artifactTypes
2021-06-08T23:19:31.560Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:19:32.594Z||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.1.54] 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 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)
	... 29 common frames omitted
2021-06-08T23:19:32.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72db1ea7
2021-06-08T23:19:32.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08T23:19:32.596Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-08T23:19:32.596Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-08T23:19:32.596Z||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 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)
	... 12 common frames omitted
2021-06-08T23:20:21.547Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:20:21.554Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:20:21.554Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:20:21.563Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:20:21.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 63599d4a-6f1a-4c77-add7-e2c6e5fd21fc url= /sdc/v1/artifactTypes
2021-06-08T23:20:21.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:20:22.613Z||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.1.54] 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 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)
	... 29 common frames omitted
2021-06-08T23:20:22.614Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@407ecab0
2021-06-08T23:20:22.614Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08T23:20:22.614Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-08T23:20:22.615Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-08T23:20:22.615Z||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 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)
	... 12 common frames omitted
2021-06-08T23:21:11.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:21:11.546Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:21:11.546Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:21:11.548Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:21:11.556Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bbfd5432-c2b4-435e-a03b-90fea2e4fcae url= /sdc/v1/artifactTypes
2021-06-08T23:21:11.556Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:21:12.597Z||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.1.54] 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 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)
	... 29 common frames omitted
2021-06-08T23:21:12.597Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26454398
2021-06-08T23:21:12.598Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08T23:21:12.598Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-08T23:21:12.598Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-08T23:21:12.601Z||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 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)
	... 12 common frames omitted
2021-06-08T23:22:01.547Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:22:01.548Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:22:01.548Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:22:01.553Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:22:01.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5d7d57c7-b4ae-415b-972f-304e9a759b55 url= /sdc/v1/artifactTypes
2021-06-08T23:22:01.558Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:22:02.581Z||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.1.54] 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 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)
	... 29 common frames omitted
2021-06-08T23:22:02.582Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2945ca15
2021-06-08T23:22:02.583Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08T23:22:02.583Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-08T23:22:02.584Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-08T23:22:02.585Z||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 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)
	... 12 common frames omitted
2021-06-08T23:22:51.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:22:51.546Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:22:51.547Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:22:51.552Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:22:51.557Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c6ad553-52b8-4932-8558-db3d3b01cf24 url= /sdc/v1/artifactTypes
2021-06-08T23:22:51.557Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:22:52.592Z||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.1.54] 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 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)
	... 29 common frames omitted
2021-06-08T23:22:52.593Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bb8bb94
2021-06-08T23:22:52.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08T23:22:52.594Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-08T23:22:52.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-08T23:22:52.596Z||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 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)
	... 12 common frames omitted
2021-06-08T23:23:41.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:23:41.547Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:23:41.548Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:23:41.551Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:23:41.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04a91848-67c9-43fd-a3cc-c04ca321b17d url= /sdc/v1/artifactTypes
2021-06-08T23:23:41.560Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:23:42.576Z||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.1.54] 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 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)
	... 29 common frames omitted
2021-06-08T23:23:42.577Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15e5934f
2021-06-08T23:23:42.577Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08T23:23:42.577Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-08T23:23:42.578Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-08T23:23:42.578Z||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 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)
	... 12 common frames omitted
2021-06-08T23:24:31.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:24:31.546Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:24:31.546Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:24:31.550Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:24:31.553Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f6bb068d-b1ae-4dd8-a2b9-f6434d57141e url= /sdc/v1/artifactTypes
2021-06-08T23:24:31.553Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:24:31.690Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-08T23:24:31.698Z||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
2021-06-08T23:24:31.725Z||scheduling-1|||||DEBUG|500||create keys
2021-06-08T23:24:31.733Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-08T23:24:32.756Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-08T23:24:32.761Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)]
2021-06-08T23:24:32.761Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-08T23:24:32.761Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-06-08T23:25:21.547Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:25:21.548Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:25:21.548Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:25:21.552Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:25:21.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eb5204ef-6679-4c7e-9ef0-0ed74dd837e9 url= /sdc/v1/artifactTypes
2021-06-08T23:25:21.558Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:25:21.598Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-08T23:25:21.599Z||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
2021-06-08T23:25:21.600Z||scheduling-1|||||DEBUG|500||create keys
2021-06-08T23:25:21.600Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-08T23:25:21.600Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-08T23:25:22.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-08T23:25:22.643Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)]
2021-06-08T23:25:22.643Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-08T23:25:22.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-06-08T23:26:11.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:26:11.547Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:26:11.548Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:26:11.553Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:26:11.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 43b7e05b-03d2-4da0-9bb0-2503099f7810 url= /sdc/v1/artifactTypes
2021-06-08T23:26:11.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:26:11.608Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-08T23:26:11.609Z||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
2021-06-08T23:26:11.609Z||scheduling-1|||||DEBUG|500||create keys
2021-06-08T23:26:11.610Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-08T23:26:11.610Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-08T23:26:11.646Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:26:11.664Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4c992db3-3590-4cfd-9e5d-8cbf700b2b1d url= /sdc/v1/registerForDistribution
2021-06-08T23:26:11.889Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4c992db3-3590-4cfd-9e5d-8cbf700b2b1d url= /sdc/v1/registerForDistribution
2021-06-08T23:26:11.890Z||scheduling-1|||||INFO|500||start DistributionClient
2021-06-08T23:26:11.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:26:11.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:26:11.907Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-06-08T23:26:11.911Z||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.
2021-06-08T23:26:11.911Z||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.
2021-06-08T23:26:11.911Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:26:11.911Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:26:22.133Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:26:22.149Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:27:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:27:11.901Z||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.
2021-06-08T23:27:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:27:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:27:11.903Z||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.
2021-06-08T23:27:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:27:21.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:27:21.450Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:28:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:28:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:28:11.902Z||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.
2021-06-08T23:28:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:28:11.903Z||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.
2021-06-08T23:28:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:28:21.454Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:28:21.456Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:29:05.283Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-08T23:29:11.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:29:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:29:11.902Z||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.
2021-06-08T23:29:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:29:11.903Z||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.
2021-06-08T23:29:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:29:21.451Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:29:21.452Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:30:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:30:11.902Z||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.
2021-06-08T23:30:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:30:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:30:11.903Z||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.
2021-06-08T23:30:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:30:21.443Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:30:21.444Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:31:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:31:11.901Z||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.
2021-06-08T23:31:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:31:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:31:11.904Z||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.
2021-06-08T23:31:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:31:21.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:31:21.446Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:32:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:32:11.902Z||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.
2021-06-08T23:32:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:32:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:32:11.903Z||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.
2021-06-08T23:32:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:32:21.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:32:21.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:33:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:33:11.902Z||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.
2021-06-08T23:33:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:33:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:33:11.904Z||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.
2021-06-08T23:33:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:33:21.443Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:33:21.452Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:34:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:34:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:34:11.902Z||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.
2021-06-08T23:34:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:34:11.902Z||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.
2021-06-08T23:34:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:34:21.441Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:34:21.442Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:35:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:35:11.902Z||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.
2021-06-08T23:35:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:35:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:35:11.903Z||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.
2021-06-08T23:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:35:21.439Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:35:21.441Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:36:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:36:11.901Z||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.
2021-06-08T23:36:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:36:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:36:11.902Z||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.
2021-06-08T23:36:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:36:21.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:36:21.441Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:37:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:37:11.902Z||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.
2021-06-08T23:37:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:37:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:37:11.903Z||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.
2021-06-08T23:37:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:37:21.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:37:21.457Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:38:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:38:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:38:11.903Z||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.
2021-06-08T23:38:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:38:11.903Z||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.
2021-06-08T23:38:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:38:21.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:38:21.447Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:39:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:39:11.901Z||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.
2021-06-08T23:39:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:39:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:39:11.903Z||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.
2021-06-08T23:39:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:39:21.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:39:21.440Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:40:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:40:11.901Z||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.
2021-06-08T23:40:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:40:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:40:11.903Z||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.
2021-06-08T23:40:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:40:21.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:40:21.439Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:41:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:41:11.901Z||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.
2021-06-08T23:41:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:41:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:41:11.903Z||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.
2021-06-08T23:41:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:41:21.440Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:41:21.441Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:42:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:42:11.901Z||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.
2021-06-08T23:42:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:42:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:42:11.903Z||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.
2021-06-08T23:42:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:42:21.441Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:42:21.442Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:43:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:43:11.901Z||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.
2021-06-08T23:43:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:43:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:43:11.903Z||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.
2021-06-08T23:43:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:43:21.436Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:43:21.439Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:44:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:44:11.901Z||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.
2021-06-08T23:44:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:44:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:44:11.903Z||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.
2021-06-08T23:44:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:44:21.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:44:21.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:45:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:45:11.901Z||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.
2021-06-08T23:45:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:45:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:45:11.903Z||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.
2021-06-08T23:45:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:45:21.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:45:21.442Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:46:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:46:11.901Z||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.
2021-06-08T23:46:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:46:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:46:11.903Z||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.
2021-06-08T23:46:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:46:21.437Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:46:21.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:47:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:47:11.902Z||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.
2021-06-08T23:47:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:47:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:47:11.903Z||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.
2021-06-08T23:47:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:47:21.458Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:47:21.467Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:48:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:48:11.901Z||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.
2021-06-08T23:48:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:48:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:48:11.903Z||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.
2021-06-08T23:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:48:21.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:48:21.439Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:49:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:49:11.902Z||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.
2021-06-08T23:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:49:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:49:11.903Z||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.
2021-06-08T23:49:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:49:21.444Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:49:21.446Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:50:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:50:11.901Z||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.
2021-06-08T23:50:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:50:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:50:11.903Z||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.
2021-06-08T23:50:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:50:21.442Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:50:21.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:51:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:51:11.901Z||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.
2021-06-08T23:51:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:51:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:51:11.903Z||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.
2021-06-08T23:51:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:51:21.434Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:51:21.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:52:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:52:11.901Z||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.
2021-06-08T23:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:52:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:52:11.903Z||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.
2021-06-08T23:52:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:52:21.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:52:21.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:53:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:53:11.902Z||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.
2021-06-08T23:53:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:53:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:53:11.903Z||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.
2021-06-08T23:53:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:53:21.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:53:21.439Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:54:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:54:11.901Z||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.
2021-06-08T23:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:54:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:54:11.903Z||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.
2021-06-08T23:54:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:54:21.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:54:21.442Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:55:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:55:11.902Z||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.
2021-06-08T23:55:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:55:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:55:11.903Z||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.
2021-06-08T23:55:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:55:21.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:55:21.440Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:56:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:56:11.901Z||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.
2021-06-08T23:56:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:56:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:56:11.902Z||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.
2021-06-08T23:56:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:56:21.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:56:21.442Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:57:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:57:11.901Z||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.
2021-06-08T23:57:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:57:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:57:11.903Z||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.
2021-06-08T23:57:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:57:21.438Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:57:21.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:58:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:58:11.901Z||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.
2021-06-08T23:58:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:58:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:58:11.903Z||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.
2021-06-08T23:58:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:58:21.440Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:58:21.440Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:59:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:59:11.902Z||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.
2021-06-08T23:59:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:59:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:59:11.903Z||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.
2021-06-08T23:59:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:59:21.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-08T23:59:21.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:00:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:00:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:00:11.902Z||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.
2021-06-09T00:00:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:00:11.903Z||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.
2021-06-09T00:00:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:00:21.446Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:00:21.447Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:01:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:01:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:01:11.903Z||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.
2021-06-09T00:01:11.903Z||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.
2021-06-09T00:01:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:01:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:01:21.449Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:01:21.469Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:02:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:02:11.901Z||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.
2021-06-09T00:02:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:02:11.903Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:02:11.904Z||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.
2021-06-09T00:02:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:02:21.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:02:21.440Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:03:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:03:11.901Z||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.
2021-06-09T00:03:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:03:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:03:11.903Z||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.
2021-06-09T00:03:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:03:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:03:21.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:04:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:04:11.901Z||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.
2021-06-09T00:04:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:04:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:04:11.903Z||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.
2021-06-09T00:04:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:04:21.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:04:21.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:05:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:05:11.901Z||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.
2021-06-09T00:05:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:05:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:05:11.902Z||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.
2021-06-09T00:05:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:05:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:05:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:06:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:06:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:06:11.902Z||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.
2021-06-09T00:06:11.903Z||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.
2021-06-09T00:06:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:06:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:06:21.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:06:21.449Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:07:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:07:11.901Z||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.
2021-06-09T00:07:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:07:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:07:11.902Z||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.
2021-06-09T00:07:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:07:21.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:07:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:08:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:08:11.901Z||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.
2021-06-09T00:08:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:08:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:08:11.903Z||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.
2021-06-09T00:08:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:08:21.444Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:08:21.458Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:09:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:09:11.901Z||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.
2021-06-09T00:09:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:09:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:09:11.902Z||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.
2021-06-09T00:09:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:09:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:09:21.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:10:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:10:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:10:11.904Z||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.
2021-06-09T00:10:11.904Z||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.
2021-06-09T00:10:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:10:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:10:21.444Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:10:21.444Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:11:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:11:11.902Z||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.
2021-06-09T00:11:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:11:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:11:11.903Z||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.
2021-06-09T00:11:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:11:21.440Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:11:21.440Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:12:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:12:11.901Z||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.
2021-06-09T00:12:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:12:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:12:11.903Z||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.
2021-06-09T00:12:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:12:21.440Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:12:21.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:13:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:13:11.902Z||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.
2021-06-09T00:13:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:13:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:13:11.903Z||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.
2021-06-09T00:13:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:13:21.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:13:21.440Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:14:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:14:11.901Z||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.
2021-06-09T00:14:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:14:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:14:11.903Z||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.
2021-06-09T00:14:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:14:21.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:14:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:15:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:15:11.901Z||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.
2021-06-09T00:15:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:15:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:15:11.902Z||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.
2021-06-09T00:15:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:15:21.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:15:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:16:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:16:11.901Z||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.
2021-06-09T00:16:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:16:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:16:11.902Z||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.
2021-06-09T00:16:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:16:21.440Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:16:21.441Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:17:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:17:11.901Z||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.
2021-06-09T00:17:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:17:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:17:11.903Z||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.
2021-06-09T00:17:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:17:21.441Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:17:21.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:18:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:18:11.901Z||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.
2021-06-09T00:18:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:18:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:18:11.903Z||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.
2021-06-09T00:18:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:18:21.440Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:18:21.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:19:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:19:11.902Z||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.
2021-06-09T00:19:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:19:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:19:11.903Z||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.
2021-06-09T00:19:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:19:21.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:19:21.448Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:20:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:20:11.902Z||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.
2021-06-09T00:20:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:20:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:20:11.903Z||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.
2021-06-09T00:20:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:20:21.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:20:21.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:21:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:21:11.901Z||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.
2021-06-09T00:21:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:21:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:21:11.903Z||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.
2021-06-09T00:21:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:21:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:21:21.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:22:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:22:11.901Z||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.
2021-06-09T00:22:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:22:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:22:11.903Z||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.
2021-06-09T00:22:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:22:21.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:22:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:23:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:23:11.901Z||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.
2021-06-09T00:23:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:23:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:23:11.903Z||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.
2021-06-09T00:23:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:23:21.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:23:21.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:24:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:24:11.901Z||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.
2021-06-09T00:24:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:24:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:24:11.903Z||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.
2021-06-09T00:24:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:24:21.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:24:21.440Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:25:11.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:25:11.902Z||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.
2021-06-09T00:25:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:25:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:25:11.903Z||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.
2021-06-09T00:25:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:25:21.449Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:25:21.449Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:26:11.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:26:11.902Z||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.
2021-06-09T00:26:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:26:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:26:11.903Z||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.
2021-06-09T00:26:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:26:21.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:26:21.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:27:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:27:11.901Z||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.
2021-06-09T00:27:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:27:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:27:11.903Z||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.
2021-06-09T00:27:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:27:21.433Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:27:21.436Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:28:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:28:11.901Z||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.
2021-06-09T00:28:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:28:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:28:11.903Z||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.
2021-06-09T00:28:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:28:21.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:28:21.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:29:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:29:11.901Z||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.
2021-06-09T00:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:29:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:29:11.903Z||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.
2021-06-09T00:29:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:29:21.433Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:29:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:30:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:30:11.901Z||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.
2021-06-09T00:30:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:30:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:30:11.903Z||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.
2021-06-09T00:30:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:30:21.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:30:21.442Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:31:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:31:11.901Z||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.
2021-06-09T00:31:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:31:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:31:11.903Z||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.
2021-06-09T00:31:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:31:21.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:31:21.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:32:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:32:11.901Z||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.
2021-06-09T00:32:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:32:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:32:11.903Z||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.
2021-06-09T00:32:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:32:21.439Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:32:21.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:33:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:33:11.901Z||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.
2021-06-09T00:33:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:33:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:33:11.903Z||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.
2021-06-09T00:33:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:33:21.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:33:21.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:34:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:34:11.901Z||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.
2021-06-09T00:34:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:34:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:34:11.902Z||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.
2021-06-09T00:34:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:34:21.435Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:34:21.435Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:35:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:35:11.901Z||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.
2021-06-09T00:35:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:35:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:35:11.903Z||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.
2021-06-09T00:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:35:21.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:35:21.441Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:36:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:36:11.901Z||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.
2021-06-09T00:36:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:36:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:36:11.902Z||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.
2021-06-09T00:36:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:36:21.436Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:36:21.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:37:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:37:11.901Z||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.
2021-06-09T00:37:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:37:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:37:11.903Z||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.
2021-06-09T00:37:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:37:21.436Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:37:21.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:38:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:38:11.901Z||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.
2021-06-09T00:38:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:38:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:38:11.903Z||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.
2021-06-09T00:38:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:38:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:38:21.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:39:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:39:11.901Z||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.
2021-06-09T00:39:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:39:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:39:11.903Z||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.
2021-06-09T00:39:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:39:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:39:21.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:40:11.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:40:11.901Z||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.
2021-06-09T00:40:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:40:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:40:11.903Z||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.
2021-06-09T00:40:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:40:21.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:40:21.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:41:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:41:11.901Z||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.
2021-06-09T00:41:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:41:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:41:11.903Z||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.
2021-06-09T00:41:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:41:21.436Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:41:21.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:42:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:42:11.901Z||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.
2021-06-09T00:42:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:42:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:42:11.903Z||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.
2021-06-09T00:42:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:42:21.439Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:42:21.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:43:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:43:11.901Z||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.
2021-06-09T00:43:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:43:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:43:11.903Z||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.
2021-06-09T00:43:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:43:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:43:21.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:44:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:44:11.901Z||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.
2021-06-09T00:44:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:44:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:44:11.902Z||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.
2021-06-09T00:44:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:44:21.439Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:44:21.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:45:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:45:11.901Z||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.
2021-06-09T00:45:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:45:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:45:11.905Z||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.
2021-06-09T00:45:11.905Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:45:21.439Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:45:21.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:46:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:46:11.901Z||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.
2021-06-09T00:46:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:46:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:46:11.903Z||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.
2021-06-09T00:46:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:46:21.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:46:21.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:47:11.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:47:11.901Z||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.
2021-06-09T00:47:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:47:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:47:11.903Z||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.
2021-06-09T00:47:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:47:21.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:47:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:48:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:48:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:48:11.903Z||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.
2021-06-09T00:48:11.903Z||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.
2021-06-09T00:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:48:21.448Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:48:21.452Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:49:11.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:49:11.901Z||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.
2021-06-09T00:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:49:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:49:11.902Z||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.
2021-06-09T00:49:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:49:21.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:49:21.439Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:50:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:50:11.901Z||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.
2021-06-09T00:50:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:50:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:50:11.902Z||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.
2021-06-09T00:50:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:50:21.442Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:50:21.444Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:51:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:51:11.901Z||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.
2021-06-09T00:51:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:51:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:51:11.903Z||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.
2021-06-09T00:51:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:51:21.432Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:51:21.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:52:11.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:52:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:52:11.902Z||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.
2021-06-09T00:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:52:11.903Z||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.
2021-06-09T00:52:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:52:21.440Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:52:21.440Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:53:11.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:53:11.902Z||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.
2021-06-09T00:53:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:53:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:53:11.903Z||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.
2021-06-09T00:53:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:53:21.443Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:53:21.443Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:54:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:54:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:54:11.902Z||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.
2021-06-09T00:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:54:11.903Z||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.
2021-06-09T00:54:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:54:21.446Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:54:21.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:55:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:55:11.901Z||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.
2021-06-09T00:55:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:55:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:55:11.903Z||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.
2021-06-09T00:55:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:55:21.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:55:21.438Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:56:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:56:11.901Z||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.
2021-06-09T00:56:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:56:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:56:11.903Z||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.
2021-06-09T00:56:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:56:21.442Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:56:21.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:57:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:57:11.902Z||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.
2021-06-09T00:57:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:57:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:57:11.903Z||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.
2021-06-09T00:57:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:57:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:57:21.439Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:58:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:58:11.901Z||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.
2021-06-09T00:58:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:58:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:58:11.903Z||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.
2021-06-09T00:58:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:58:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:58:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:59:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:59:11.901Z||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.
2021-06-09T00:59:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:59:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:59:11.903Z||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.
2021-06-09T00:59:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:59:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T00:59:21.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:00:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:00:11.901Z||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.
2021-06-09T01:00:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:00:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:00:11.902Z||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.
2021-06-09T01:00:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:00:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:00:21.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:01:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:01:11.902Z||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.
2021-06-09T01:01:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:01:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:01:11.903Z||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.
2021-06-09T01:01:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:01:21.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:01:21.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:02:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:02:11.901Z||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.
2021-06-09T01:02:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:02:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:02:11.903Z||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.
2021-06-09T01:02:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:02:21.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:02:21.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:03:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:03:11.901Z||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.
2021-06-09T01:03:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:03:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:03:11.903Z||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.
2021-06-09T01:03:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:03:21.448Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:03:21.450Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:04:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:04:11.901Z||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.
2021-06-09T01:04:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:04:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:04:11.902Z||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.
2021-06-09T01:04:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:04:21.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:04:21.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:05:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:05:11.901Z||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.
2021-06-09T01:05:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:05:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:05:11.903Z||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.
2021-06-09T01:05:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:05:21.439Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:05:21.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:06:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:06:11.901Z||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.
2021-06-09T01:06:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:06:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:06:11.903Z||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.
2021-06-09T01:06:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:06:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:06:21.439Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:07:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:07:11.901Z||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.
2021-06-09T01:07:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:07:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:07:11.903Z||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.
2021-06-09T01:07:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:07:21.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:07:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:08:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:08:11.901Z||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.
2021-06-09T01:08:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:08:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:08:11.903Z||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.
2021-06-09T01:08:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:08:21.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:08:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:09:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:09:11.901Z||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.
2021-06-09T01:09:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:09:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:09:11.902Z||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.
2021-06-09T01:09:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:09:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:09:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:10:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:10:11.901Z||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.
2021-06-09T01:10:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:10:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:10:11.902Z||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.
2021-06-09T01:10:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:10:21.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:10:21.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:11:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:11:11.901Z||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.
2021-06-09T01:11:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:11:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:11:11.903Z||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.
2021-06-09T01:11:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:11:21.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:11:21.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:12:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:12:11.902Z||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.
2021-06-09T01:12:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:12:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:12:11.903Z||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.
2021-06-09T01:12:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:12:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:12:21.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:13:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:13:11.901Z||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.
2021-06-09T01:13:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:13:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:13:11.903Z||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.
2021-06-09T01:13:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:13:21.444Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:13:21.449Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:14:11.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:14:11.901Z||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.
2021-06-09T01:14:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:14:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:14:11.902Z||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.
2021-06-09T01:14:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:14:21.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:14:21.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:15:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:15:11.901Z||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.
2021-06-09T01:15:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:15:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:15:11.903Z||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.
2021-06-09T01:15:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:15:21.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:15:21.439Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:16:11.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:16:11.901Z||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.
2021-06-09T01:16:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:16:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:16:11.902Z||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.
2021-06-09T01:16:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:16:21.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:16:21.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:17:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:17:11.901Z||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.
2021-06-09T01:17:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:17:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:17:11.903Z||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.
2021-06-09T01:17:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:17:21.433Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:17:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:18:11.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:18:11.902Z||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.
2021-06-09T01:18:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:18:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:18:11.903Z||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.
2021-06-09T01:18:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:18:21.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:18:21.440Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:19:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:19:11.901Z||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.
2021-06-09T01:19:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:19:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:19:11.904Z||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.
2021-06-09T01:19:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:19:21.439Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:19:21.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:20:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:20:11.901Z||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.
2021-06-09T01:20:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:20:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:20:11.903Z||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.
2021-06-09T01:20:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:20:21.440Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:20:21.441Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:21:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:21:11.901Z||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.
2021-06-09T01:21:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:21:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:21:11.902Z||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.
2021-06-09T01:21:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:21:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:21:21.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:22:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:22:11.902Z||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.
2021-06-09T01:22:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:22:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:22:11.903Z||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.
2021-06-09T01:22:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:22:21.440Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:22:21.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:23:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:23:11.901Z||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.
2021-06-09T01:23:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:23:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:23:11.903Z||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.
2021-06-09T01:23:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:23:21.434Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:23:21.435Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:24:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:24:11.901Z||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.
2021-06-09T01:24:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:24:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:24:11.902Z||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.
2021-06-09T01:24:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:24:21.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:24:21.442Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:25:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:25:11.901Z||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.
2021-06-09T01:25:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:25:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:25:11.902Z||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.
2021-06-09T01:25:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:25:21.432Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:25:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:26:11.901Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:26:11.902Z||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.
2021-06-09T01:26:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:26:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:26:11.903Z||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.
2021-06-09T01:26:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:26:21.439Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:26:21.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:27:11.901Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:27:11.901Z||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.
2021-06-09T01:27:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:27:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:27:11.903Z||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.
2021-06-09T01:27:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:27:21.439Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:27:21.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:28:11.901Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:28:11.901Z||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.
2021-06-09T01:28:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:28:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:28:11.903Z||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.
2021-06-09T01:28:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:28:21.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:28:21.444Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:29:11.901Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:29:11.902Z||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.
2021-06-09T01:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:29:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:29:11.902Z||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.
2021-06-09T01:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:29:21.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:29:21.440Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:30:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:30:11.901Z||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.
2021-06-09T01:30:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:30:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:30:11.903Z||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.
2021-06-09T01:30:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:30:21.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:30:21.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:31:11.901Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:31:11.901Z||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.
2021-06-09T01:31:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:31:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:31:11.902Z||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.
2021-06-09T01:31:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:31:21.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:31:21.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:32:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:32:11.901Z||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.
2021-06-09T01:32:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:32:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:32:11.903Z||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.
2021-06-09T01:32:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:32:21.445Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:32:21.461Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:33:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:33:11.901Z||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.
2021-06-09T01:33:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:33:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:33:11.903Z||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.
2021-06-09T01:33:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:33:21.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:33:21.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:34:11.901Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:34:11.902Z||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.
2021-06-09T01:34:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:34:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:34:11.903Z||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.
2021-06-09T01:34:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:34:21.439Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:34:21.440Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:35:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:35:11.901Z||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.
2021-06-09T01:35:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:35:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:35:11.902Z||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.
2021-06-09T01:35:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:35:21.447Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:35:21.448Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:36:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:36:11.901Z||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.
2021-06-09T01:36:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:36:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:36:11.902Z||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.
2021-06-09T01:36:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:36:21.434Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:36:21.435Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:37:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:37:11.901Z||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.
2021-06-09T01:37:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:37:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:37:11.902Z||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.
2021-06-09T01:37:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:37:21.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:37:21.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:38:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:38:11.901Z||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.
2021-06-09T01:38:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:38:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:38:11.903Z||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.
2021-06-09T01:38:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:38:21.455Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:38:21.456Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:39:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:39:11.901Z||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.
2021-06-09T01:39:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:39:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:39:11.902Z||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.
2021-06-09T01:39:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:39:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:39:21.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:40:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:40:11.901Z||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.
2021-06-09T01:40:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:40:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:40:11.903Z||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.
2021-06-09T01:40:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:40:21.444Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:40:21.450Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:41:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:41:11.901Z||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.
2021-06-09T01:41:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:41:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:41:11.902Z||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.
2021-06-09T01:41:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:41:21.436Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:41:21.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:42:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:42:11.901Z||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.
2021-06-09T01:42:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:42:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:42:11.902Z||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.
2021-06-09T01:42:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:42:21.444Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:42:21.454Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:43:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:43:11.901Z||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.
2021-06-09T01:43:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:43:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:43:11.902Z||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.
2021-06-09T01:43:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:43:21.433Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:43:21.435Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:44:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:44:11.901Z||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.
2021-06-09T01:44:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:44:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:44:11.903Z||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.
2021-06-09T01:44:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:44:21.445Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:44:21.450Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:45:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:45:11.901Z||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.
2021-06-09T01:45:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:45:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:45:11.902Z||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.
2021-06-09T01:45:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:45:21.440Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:45:21.441Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:46:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:46:11.901Z||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.
2021-06-09T01:46:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:46:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:46:11.902Z||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.
2021-06-09T01:46:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:46:21.445Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:46:21.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:47:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:47:11.901Z||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.
2021-06-09T01:47:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:47:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:47:11.903Z||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.
2021-06-09T01:47:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:47:21.446Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:47:21.447Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:48:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:48:11.901Z||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.
2021-06-09T01:48:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:48:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:48:11.902Z||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.
2021-06-09T01:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:48:21.448Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:48:21.448Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:49:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:49:11.901Z||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.
2021-06-09T01:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:49:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:49:11.903Z||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.
2021-06-09T01:49:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:49:21.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:49:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:50:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:50:11.901Z||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.
2021-06-09T01:50:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:50:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:50:11.904Z||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.
2021-06-09T01:50:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:50:21.439Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:50:21.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:51:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:51:11.901Z||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.
2021-06-09T01:51:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:51:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:51:11.903Z||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.
2021-06-09T01:51:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:51:21.443Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:51:21.451Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:52:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:52:11.901Z||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.
2021-06-09T01:52:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:52:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:52:11.902Z||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.
2021-06-09T01:52:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:52:21.441Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:52:21.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:53:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:53:11.901Z||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.
2021-06-09T01:53:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:53:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:53:11.902Z||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.
2021-06-09T01:53:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:53:21.432Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:53:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:54:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:54:11.901Z||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.
2021-06-09T01:54:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:54:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:54:11.902Z||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.
2021-06-09T01:54:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:54:21.442Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:54:21.442Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:55:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:55:11.901Z||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.
2021-06-09T01:55:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:55:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:55:11.902Z||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.
2021-06-09T01:55:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:55:21.431Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:55:21.434Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:56:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:56:11.901Z||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.
2021-06-09T01:56:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:56:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:56:11.902Z||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.
2021-06-09T01:56:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:56:21.438Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:56:21.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:57:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:57:11.901Z||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.
2021-06-09T01:57:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:57:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:57:11.902Z||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.
2021-06-09T01:57:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:57:21.433Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:57:21.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:58:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:58:11.901Z||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.
2021-06-09T01:58:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:58:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:58:11.902Z||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.
2021-06-09T01:58:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:58:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:58:21.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:59:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:59:11.901Z||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.
2021-06-09T01:59:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:59:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:59:11.902Z||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.
2021-06-09T01:59:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:59:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T01:59:21.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:00:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:00:11.901Z||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.
2021-06-09T02:00:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:00:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:00:11.902Z||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.
2021-06-09T02:00:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:00:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:00:21.440Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:01:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:01:11.901Z||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.
2021-06-09T02:01:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:01:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:01:11.903Z||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.
2021-06-09T02:01:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:01:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:01:21.437Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:02:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:02:11.901Z||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.
2021-06-09T02:02:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:02:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:02:11.902Z||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.
2021-06-09T02:02:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:02:21.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:02:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:03:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:03:11.901Z||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.
2021-06-09T02:03:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:03:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:03:11.903Z||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.
2021-06-09T02:03:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:03:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:03:21.443Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:04:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:04:11.901Z||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.
2021-06-09T02:04:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:04:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:04:11.903Z||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.
2021-06-09T02:04:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:04:21.438Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:04:21.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:05:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:05:11.901Z||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.
2021-06-09T02:05:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:05:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:05:11.902Z||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.
2021-06-09T02:05:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:05:21.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:05:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:06:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:06:11.901Z||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.
2021-06-09T02:06:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:06:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:06:11.903Z||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.
2021-06-09T02:06:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:06:21.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:06:21.440Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:07:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:07:11.901Z||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.
2021-06-09T02:07:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:07:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:07:11.903Z||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.
2021-06-09T02:07:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:07:21.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:07:21.445Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:08:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:08:11.901Z||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.
2021-06-09T02:08:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:08:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:08:11.903Z||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.
2021-06-09T02:08:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:08:21.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:08:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:09:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:09:11.901Z||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.
2021-06-09T02:09:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:09:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:09:11.902Z||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.
2021-06-09T02:09:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:09:21.432Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:09:21.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:10:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:10:11.901Z||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.
2021-06-09T02:10:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:10:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:10:11.902Z||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.
2021-06-09T02:10:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:10:21.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:10:21.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:11:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:11:11.901Z||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.
2021-06-09T02:11:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:11:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:11:11.902Z||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.
2021-06-09T02:11:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:11:21.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:11:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:12:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:12:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:12:11.902Z||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.
2021-06-09T02:12:11.902Z||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.
2021-06-09T02:12:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:12:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:12:21.440Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:12:21.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:13:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:13:11.901Z||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.
2021-06-09T02:13:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:13:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:13:11.902Z||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.
2021-06-09T02:13:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:13:21.433Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:13:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:14:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:14:11.901Z||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.
2021-06-09T02:14:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:14:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:14:11.902Z||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.
2021-06-09T02:14:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:14:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:14:21.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:15:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:15:11.901Z||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.
2021-06-09T02:15:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:15:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:15:11.903Z||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.
2021-06-09T02:15:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:15:21.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:15:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:16:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:16:11.901Z||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.
2021-06-09T02:16:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:16:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:16:11.902Z||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.
2021-06-09T02:16:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:16:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:16:21.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:17:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:17:11.901Z||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.
2021-06-09T02:17:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:17:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:17:11.903Z||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.
2021-06-09T02:17:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:17:21.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:17:21.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:18:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:18:11.901Z||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.
2021-06-09T02:18:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:18:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:18:11.902Z||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.
2021-06-09T02:18:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:18:21.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:18:21.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:19:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:19:11.901Z||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.
2021-06-09T02:19:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:19:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:19:11.902Z||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.
2021-06-09T02:19:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:19:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:19:21.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:20:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:20:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:20:11.902Z||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.
2021-06-09T02:20:11.902Z||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.
2021-06-09T02:20:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:20:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:20:21.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:20:21.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:21:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:21:11.901Z||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.
2021-06-09T02:21:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:21:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:21:11.902Z||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.
2021-06-09T02:21:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:21:21.442Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:21:21.445Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:22:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:22:11.901Z||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.
2021-06-09T02:22:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:22:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:22:11.903Z||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.
2021-06-09T02:22:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:22:21.446Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:22:21.446Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:23:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:23:11.901Z||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.
2021-06-09T02:23:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:23:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:23:11.902Z||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.
2021-06-09T02:23:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:23:21.436Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:23:21.439Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:24:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:24:11.901Z||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.
2021-06-09T02:24:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:24:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:24:11.902Z||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.
2021-06-09T02:24:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:24:21.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:24:21.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:25:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:25:11.901Z||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.
2021-06-09T02:25:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:25:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:25:11.902Z||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.
2021-06-09T02:25:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:25:21.433Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:25:21.436Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:26:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:26:11.901Z||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.
2021-06-09T02:26:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:26:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:26:11.903Z||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.
2021-06-09T02:26:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:26:21.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:26:21.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:27:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:27:11.901Z||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.
2021-06-09T02:27:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:27:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:27:11.902Z||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.
2021-06-09T02:27:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:27:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:27:21.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:28:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:28:11.901Z||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.
2021-06-09T02:28:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:28:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:28:11.902Z||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.
2021-06-09T02:28:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:28:21.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:28:21.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:29:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:29:11.901Z||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.
2021-06-09T02:29:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:29:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:29:11.902Z||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.
2021-06-09T02:29:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:29:21.445Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:29:21.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:30:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:30:11.901Z||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.
2021-06-09T02:30:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:30:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:30:11.902Z||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.
2021-06-09T02:30:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:30:21.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:30:21.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:31:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:31:11.901Z||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.
2021-06-09T02:31:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:31:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:31:11.902Z||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.
2021-06-09T02:31:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:31:21.440Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:31:21.442Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:32:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:32:11.901Z||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.
2021-06-09T02:32:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:32:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:32:11.902Z||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.
2021-06-09T02:32:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:32:21.446Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:32:21.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:33:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:33:11.901Z||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.
2021-06-09T02:33:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:33:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:33:11.903Z||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.
2021-06-09T02:33:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:33:21.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:33:21.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:34:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:34:11.901Z||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.
2021-06-09T02:34:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:34:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:34:11.903Z||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.
2021-06-09T02:34:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:34:21.442Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:34:21.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:35:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:35:11.901Z||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.
2021-06-09T02:35:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:35:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:35:11.903Z||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.
2021-06-09T02:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:35:21.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:35:21.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:36:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:36:11.901Z||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.
2021-06-09T02:36:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:36:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:36:11.902Z||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.
2021-06-09T02:36:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:36:21.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:36:21.442Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:37:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:37:11.901Z||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.
2021-06-09T02:37:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:37:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:37:11.902Z||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.
2021-06-09T02:37:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:37:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:37:21.441Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:38:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:38:11.901Z||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.
2021-06-09T02:38:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:38:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:38:11.903Z||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.
2021-06-09T02:38:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:38:21.436Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:38:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:39:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:39:11.901Z||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.
2021-06-09T02:39:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:39:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:39:11.903Z||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.
2021-06-09T02:39:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:39:21.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:39:21.440Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:40:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:40:11.901Z||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.
2021-06-09T02:40:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:40:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:40:11.902Z||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.
2021-06-09T02:40:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:40:21.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:40:21.437Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:41:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:41:11.901Z||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.
2021-06-09T02:41:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:41:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:41:11.903Z||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.
2021-06-09T02:41:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:41:21.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:41:21.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:42:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:42:11.901Z||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.
2021-06-09T02:42:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:42:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:42:11.902Z||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.
2021-06-09T02:42:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:42:21.434Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:42:21.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:43:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:43:11.901Z||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.
2021-06-09T02:43:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:43:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:43:11.902Z||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.
2021-06-09T02:43:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:43:21.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:43:21.436Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:44:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:44:11.901Z||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.
2021-06-09T02:44:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:44:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:44:11.902Z||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.
2021-06-09T02:44:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:44:21.443Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:44:21.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:45:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:45:11.901Z||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.
2021-06-09T02:45:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:45:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:45:11.902Z||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.
2021-06-09T02:45:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:45:21.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:45:21.436Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:46:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:46:11.901Z||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.
2021-06-09T02:46:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:46:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:46:11.902Z||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.
2021-06-09T02:46:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:46:21.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:46:21.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:47:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:47:11.901Z||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.
2021-06-09T02:47:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:47:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:47:11.902Z||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.
2021-06-09T02:47:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:47:21.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:47:21.457Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:48:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:48:11.901Z||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.
2021-06-09T02:48:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:48:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:48:11.902Z||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.
2021-06-09T02:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:48:21.450Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:48:21.450Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:49:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:49:11.901Z||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.
2021-06-09T02:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:49:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:49:11.902Z||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.
2021-06-09T02:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:49:21.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:49:21.437Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:50:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:50:11.901Z||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.
2021-06-09T02:50:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:50:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:50:11.903Z||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.
2021-06-09T02:50:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:50:21.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:50:21.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:51:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:51:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:51:11.902Z||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.
2021-06-09T02:51:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:51:11.902Z||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.
2021-06-09T02:51:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:51:21.445Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:51:21.447Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:52:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:52:11.901Z||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.
2021-06-09T02:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:52:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:52:11.902Z||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.
2021-06-09T02:52:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:52:21.436Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:52:21.436Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:53:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:53:11.901Z||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.
2021-06-09T02:53:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:53:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:53:11.903Z||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.
2021-06-09T02:53:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:53:21.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:53:21.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:54:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:54:11.901Z||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.
2021-06-09T02:54:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:54:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:54:11.902Z||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.
2021-06-09T02:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:54:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:54:21.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:55:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:55:11.901Z||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.
2021-06-09T02:55:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:55:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:55:11.903Z||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.
2021-06-09T02:55:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:55:21.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:55:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:56:11.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:56:11.902Z||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.
2021-06-09T02:56:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:56:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:56:11.902Z||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.
2021-06-09T02:56:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:56:21.440Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:56:21.441Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:57:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:57:11.901Z||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.
2021-06-09T02:57:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:57:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:57:11.902Z||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.
2021-06-09T02:57:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:57:21.457Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:57:21.457Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:58:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:58:11.901Z||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.
2021-06-09T02:58:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:58:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:58:11.903Z||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.
2021-06-09T02:58:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:58:21.437Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:58:21.440Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:59:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:59:11.901Z||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.
2021-06-09T02:59:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:59:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:59:11.903Z||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.
2021-06-09T02:59:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:59:21.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T02:59:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:00:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:00:11.901Z||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.
2021-06-09T03:00:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:00:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:00:11.902Z||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.
2021-06-09T03:00:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:00:21.442Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:00:21.442Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:01:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:01:11.901Z||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.
2021-06-09T03:01:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:01:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:01:11.903Z||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.
2021-06-09T03:01:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:01:21.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:01:21.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:02:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:02:11.901Z||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.
2021-06-09T03:02:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:02:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:02:11.902Z||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.
2021-06-09T03:02:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:02:21.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:02:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:03:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:03:11.901Z||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.
2021-06-09T03:03:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:03:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:03:11.902Z||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.
2021-06-09T03:03:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:03:21.436Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:03:21.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:04:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:04:11.901Z||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.
2021-06-09T03:04:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:04:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:04:11.902Z||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.
2021-06-09T03:04:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:04:21.436Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:04:21.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:05:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:05:11.901Z||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.
2021-06-09T03:05:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:05:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:05:11.903Z||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.
2021-06-09T03:05:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:05:21.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:05:21.438Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:06:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:06:11.901Z||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.
2021-06-09T03:06:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:06:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:06:11.903Z||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.
2021-06-09T03:06:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:06:21.436Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:06:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:07:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:07:11.901Z||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.
2021-06-09T03:07:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:07:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:07:11.902Z||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.
2021-06-09T03:07:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:07:21.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:07:21.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:08:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:08:11.901Z||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.
2021-06-09T03:08:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:08:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:08:11.902Z||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.
2021-06-09T03:08:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:08:21.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:08:21.436Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:09:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:09:11.901Z||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.
2021-06-09T03:09:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:09:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:09:11.903Z||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.
2021-06-09T03:09:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:09:21.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:09:21.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:10:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:10:11.901Z||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.
2021-06-09T03:10:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:10:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:10:11.903Z||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.
2021-06-09T03:10:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:10:21.439Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:10:21.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:11:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:11:11.902Z||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.
2021-06-09T03:11:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:11:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:11:11.902Z||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.
2021-06-09T03:11:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:11:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:11:21.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:12:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:12:11.901Z||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.
2021-06-09T03:12:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:12:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:12:11.904Z||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.
2021-06-09T03:12:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:12:21.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:12:21.438Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:13:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:13:11.901Z||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.
2021-06-09T03:13:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:13:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:13:11.903Z||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.
2021-06-09T03:13:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:13:21.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:13:21.439Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:14:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:14:11.901Z||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.
2021-06-09T03:14:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:14:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:14:11.902Z||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.
2021-06-09T03:14:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:14:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:14:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:15:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:15:11.901Z||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.
2021-06-09T03:15:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:15:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:15:11.902Z||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.
2021-06-09T03:15:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:15:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:15:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:16:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:16:11.901Z||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.
2021-06-09T03:16:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:16:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:16:11.903Z||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.
2021-06-09T03:16:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:16:21.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:16:21.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:17:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:17:11.901Z||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.
2021-06-09T03:17:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:17:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:17:11.902Z||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.
2021-06-09T03:17:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:17:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:17:21.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:18:11.901Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:18:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:18:11.902Z||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.
2021-06-09T03:18:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:18:11.903Z||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.
2021-06-09T03:18:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:18:21.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:18:21.440Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:19:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:19:11.901Z||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.
2021-06-09T03:19:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:19:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:19:11.902Z||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.
2021-06-09T03:19:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:19:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:19:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:20:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:20:11.901Z||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.
2021-06-09T03:20:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:20:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:20:11.903Z||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.
2021-06-09T03:20:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:20:21.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:20:21.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:21:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:21:11.901Z||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.
2021-06-09T03:21:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:21:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:21:11.902Z||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.
2021-06-09T03:21:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:21:21.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:21:21.441Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:22:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:22:11.901Z||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.
2021-06-09T03:22:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:22:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:22:11.902Z||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.
2021-06-09T03:22:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:22:21.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:22:21.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:23:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:23:11.901Z||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.
2021-06-09T03:23:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:23:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:23:11.902Z||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.
2021-06-09T03:23:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:23:21.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:23:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:24:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:24:11.901Z||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.
2021-06-09T03:24:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:24:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:24:11.903Z||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.
2021-06-09T03:24:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:24:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:24:21.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:25:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:25:11.901Z||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.
2021-06-09T03:25:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:25:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:25:11.902Z||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.
2021-06-09T03:25:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:25:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:25:21.442Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:26:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:26:11.901Z||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.
2021-06-09T03:26:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:26:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:26:11.902Z||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.
2021-06-09T03:26:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:26:21.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:26:21.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:27:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:27:11.901Z||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.
2021-06-09T03:27:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:27:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:27:11.902Z||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.
2021-06-09T03:27:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:27:21.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:27:21.449Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:28:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:28:11.901Z||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.
2021-06-09T03:28:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:28:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:28:11.902Z||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.
2021-06-09T03:28:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:28:21.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:28:21.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:29:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:29:11.901Z||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.
2021-06-09T03:29:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:29:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:29:11.902Z||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.
2021-06-09T03:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:29:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:29:21.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:30:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:30:11.901Z||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.
2021-06-09T03:30:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:30:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:30:11.902Z||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.
2021-06-09T03:30:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:30:21.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:30:21.441Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:31:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:31:11.901Z||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.
2021-06-09T03:31:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:31:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:31:11.902Z||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.
2021-06-09T03:31:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:31:21.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:31:21.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:32:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:32:11.901Z||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.
2021-06-09T03:32:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:32:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:32:11.902Z||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.
2021-06-09T03:32:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:32:21.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:32:21.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:33:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:33:11.901Z||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.
2021-06-09T03:33:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:33:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:33:11.902Z||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.
2021-06-09T03:33:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:33:21.447Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:33:21.451Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:34:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:34:11.901Z||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.
2021-06-09T03:34:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:34:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:34:11.903Z||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.
2021-06-09T03:34:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:34:21.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:34:21.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:35:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:35:11.901Z||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.
2021-06-09T03:35:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:35:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:35:11.903Z||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.
2021-06-09T03:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:35:21.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:35:21.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:36:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:36:11.901Z||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.
2021-06-09T03:36:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:36:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:36:11.902Z||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.
2021-06-09T03:36:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:36:21.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:36:21.445Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:37:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:37:11.901Z||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.
2021-06-09T03:37:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:37:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:37:11.903Z||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.
2021-06-09T03:37:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:37:21.432Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:37:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:38:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:38:11.901Z||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.
2021-06-09T03:38:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:38:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:38:11.902Z||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.
2021-06-09T03:38:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:38:21.450Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:38:21.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:39:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:39:11.901Z||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.
2021-06-09T03:39:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:39:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:39:11.902Z||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.
2021-06-09T03:39:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:39:21.446Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:39:21.449Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:40:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:40:11.901Z||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.
2021-06-09T03:40:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:40:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:40:11.902Z||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.
2021-06-09T03:40:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:40:21.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:40:21.444Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:41:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:41:11.901Z||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.
2021-06-09T03:41:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:41:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:41:11.902Z||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.
2021-06-09T03:41:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:41:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:41:21.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:42:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:42:11.901Z||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.
2021-06-09T03:42:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:42:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:42:11.902Z||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.
2021-06-09T03:42:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:42:21.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:42:21.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:43:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:43:11.901Z||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.
2021-06-09T03:43:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:43:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:43:11.902Z||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.
2021-06-09T03:43:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:43:21.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:43:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:44:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:44:11.901Z||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.
2021-06-09T03:44:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:44:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:44:11.902Z||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.
2021-06-09T03:44:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:44:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:44:21.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:45:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:45:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:45:11.902Z||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.
2021-06-09T03:45:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:45:11.902Z||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.
2021-06-09T03:45:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:45:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:45:21.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:46:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:46:11.901Z||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.
2021-06-09T03:46:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:46:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:46:11.902Z||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.
2021-06-09T03:46:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:46:21.434Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:46:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:47:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:47:11.901Z||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.
2021-06-09T03:47:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:47:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:47:11.902Z||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.
2021-06-09T03:47:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:47:21.432Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:47:21.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:48:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:48:11.901Z||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.
2021-06-09T03:48:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:48:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:48:11.902Z||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.
2021-06-09T03:48:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:48:21.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:48:21.441Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:49:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:49:11.901Z||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.
2021-06-09T03:49:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:49:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:49:11.902Z||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.
2021-06-09T03:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:49:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:49:21.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:50:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:50:11.901Z||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.
2021-06-09T03:50:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:50:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:50:11.903Z||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.
2021-06-09T03:50:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:50:21.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:50:21.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:51:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:51:11.901Z||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.
2021-06-09T03:51:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:51:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:51:11.902Z||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.
2021-06-09T03:51:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:51:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:51:21.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:52:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:52:11.901Z||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.
2021-06-09T03:52:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:52:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:52:11.902Z||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.
2021-06-09T03:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:52:21.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:52:21.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:53:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:53:11.901Z||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.
2021-06-09T03:53:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:53:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:53:11.902Z||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.
2021-06-09T03:53:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:53:21.432Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:53:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:54:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:54:11.901Z||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.
2021-06-09T03:54:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:54:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:54:11.902Z||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.
2021-06-09T03:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:54:21.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:54:21.441Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:55:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:55:11.901Z||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.
2021-06-09T03:55:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:55:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:55:11.902Z||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.
2021-06-09T03:55:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:55:21.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:55:21.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:56:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:56:11.901Z||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.
2021-06-09T03:56:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:56:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:56:11.902Z||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.
2021-06-09T03:56:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:56:21.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:56:21.433Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:57:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:57:11.901Z||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.
2021-06-09T03:57:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:57:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:57:11.903Z||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.
2021-06-09T03:57:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:57:21.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:57:21.444Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:58:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:58:11.901Z||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.
2021-06-09T03:58:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:58:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:58:11.903Z||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.
2021-06-09T03:58:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:58:21.442Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:58:21.443Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:59:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:59:11.901Z||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.
2021-06-09T03:59:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:59:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:59:11.902Z||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.
2021-06-09T03:59:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:59:21.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T03:59:21.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:00:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:00:11.901Z||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.
2021-06-09T04:00:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:00:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:00:11.902Z||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.
2021-06-09T04:00:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:00:21.444Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:00:21.450Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:01:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:01:11.901Z||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.
2021-06-09T04:01:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:01:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:01:11.902Z||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.
2021-06-09T04:01:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:01:21.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:01:21.436Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:02:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:02:11.901Z||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.
2021-06-09T04:02:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:02:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:02:11.902Z||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.
2021-06-09T04:02:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:02:21.434Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:02:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:03:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:03:11.901Z||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.
2021-06-09T04:03:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:03:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:03:11.902Z||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.
2021-06-09T04:03:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:03:21.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:03:21.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:04:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:04:11.901Z||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.
2021-06-09T04:04:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:04:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:04:11.902Z||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.
2021-06-09T04:04:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:04:21.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:04:21.452Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:05:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:05:11.901Z||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.
2021-06-09T04:05:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:05:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:05:11.902Z||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.
2021-06-09T04:05:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:05:21.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:05:21.433Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:06:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:06:11.901Z||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.
2021-06-09T04:06:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:06:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:06:11.902Z||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.
2021-06-09T04:06:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:06:21.449Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:06:21.449Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:07:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:07:11.901Z||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.
2021-06-09T04:07:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:07:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:07:11.903Z||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.
2021-06-09T04:07:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:07:21.434Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:07:21.436Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:08:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:08:11.901Z||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.
2021-06-09T04:08:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:08:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:08:11.902Z||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.
2021-06-09T04:08:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:08:21.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:08:21.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:09:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:09:11.901Z||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.
2021-06-09T04:09:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:09:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:09:11.902Z||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.
2021-06-09T04:09:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:09:21.434Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:09:21.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:10:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:10:11.901Z||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.
2021-06-09T04:10:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:10:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:10:11.902Z||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.
2021-06-09T04:10:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:10:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:10:21.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:11:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:11:11.901Z||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.
2021-06-09T04:11:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:11:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:11:11.903Z||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.
2021-06-09T04:11:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:11:21.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:11:21.442Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:12:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:12:11.901Z||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.
2021-06-09T04:12:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:12:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:12:11.902Z||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.
2021-06-09T04:12:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:12:21.433Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:12:21.434Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:13:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:13:11.901Z||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.
2021-06-09T04:13:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:13:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:13:11.903Z||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.
2021-06-09T04:13:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:13:21.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:13:21.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:14:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:14:11.901Z||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.
2021-06-09T04:14:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:14:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:14:11.903Z||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.
2021-06-09T04:14:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:14:21.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:14:21.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:15:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:15:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:15:11.902Z||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.
2021-06-09T04:15:11.902Z||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.
2021-06-09T04:15:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:15:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:15:21.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:15:21.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:16:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:16:11.901Z||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.
2021-06-09T04:16:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:16:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:16:11.902Z||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.
2021-06-09T04:16:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:16:21.434Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:16:21.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:17:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:17:11.901Z||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.
2021-06-09T04:17:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:17:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:17:11.902Z||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.
2021-06-09T04:17:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:17:21.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:17:21.434Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:18:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:18:11.901Z||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.
2021-06-09T04:18:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:18:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:18:11.903Z||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.
2021-06-09T04:18:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:18:21.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:18:21.439Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:19:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:19:11.901Z||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.
2021-06-09T04:19:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:19:11.902Z||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.
2021-06-09T04:19:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:19:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:19:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:19:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:20:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:20:11.901Z||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.
2021-06-09T04:20:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:20:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:20:11.902Z||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.
2021-06-09T04:20:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:20:21.435Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:20:21.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:21:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:21:11.901Z||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.
2021-06-09T04:21:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:21:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:21:11.902Z||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.
2021-06-09T04:21:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:21:21.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:21:21.433Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:22:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:22:11.901Z||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.
2021-06-09T04:22:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:22:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:22:11.902Z||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.
2021-06-09T04:22:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:22:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:22:21.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:23:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:23:11.901Z||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.
2021-06-09T04:23:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:23:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:23:11.902Z||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.
2021-06-09T04:23:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:23:21.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:23:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:24:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:24:11.902Z||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.
2021-06-09T04:24:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:24:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:24:11.903Z||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.
2021-06-09T04:24:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:24:21.446Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:24:21.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:25:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:25:11.901Z||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.
2021-06-09T04:25:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:25:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:25:11.902Z||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.
2021-06-09T04:25:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:25:21.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:25:21.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:26:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:26:11.901Z||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.
2021-06-09T04:26:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:26:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:26:11.903Z||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.
2021-06-09T04:26:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:26:21.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:26:21.440Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:27:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:27:11.901Z||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.
2021-06-09T04:27:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:27:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:27:11.902Z||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.
2021-06-09T04:27:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:27:21.432Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:27:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:28:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:28:11.901Z||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.
2021-06-09T04:28:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:28:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:28:11.903Z||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.
2021-06-09T04:28:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:28:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:28:21.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:29:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:29:11.901Z||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.
2021-06-09T04:29:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:29:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:29:11.902Z||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.
2021-06-09T04:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:29:21.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:29:21.433Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:30:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:30:11.901Z||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.
2021-06-09T04:30:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:30:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:30:11.902Z||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.
2021-06-09T04:30:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:30:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:30:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:31:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:31:11.901Z||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.
2021-06-09T04:31:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:31:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:31:11.903Z||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.
2021-06-09T04:31:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:31:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:31:21.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:32:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:32:11.901Z||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.
2021-06-09T04:32:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:32:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:32:11.902Z||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.
2021-06-09T04:32:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:32:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:32:21.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:33:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:33:11.901Z||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.
2021-06-09T04:33:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:33:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:33:11.902Z||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.
2021-06-09T04:33:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:33:21.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:33:21.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:34:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:34:11.901Z||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.
2021-06-09T04:34:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:34:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:34:11.903Z||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.
2021-06-09T04:34:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:34:21.443Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:34:21.448Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:35:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:35:11.901Z||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.
2021-06-09T04:35:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:35:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:35:11.903Z||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.
2021-06-09T04:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:35:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:35:21.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:36:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:36:11.901Z||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.
2021-06-09T04:36:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:36:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:36:11.902Z||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.
2021-06-09T04:36:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:36:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:36:21.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:37:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:37:11.901Z||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.
2021-06-09T04:37:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:37:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:37:11.902Z||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.
2021-06-09T04:37:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:37:21.444Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:37:21.444Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:38:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:38:11.901Z||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.
2021-06-09T04:38:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:38:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:38:11.902Z||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.
2021-06-09T04:38:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:38:21.443Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:38:21.447Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:39:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:39:11.901Z||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.
2021-06-09T04:39:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:39:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:39:11.902Z||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.
2021-06-09T04:39:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:39:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:39:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:40:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:40:11.901Z||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.
2021-06-09T04:40:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:40:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:40:11.903Z||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.
2021-06-09T04:40:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:40:21.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:40:21.446Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:41:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:41:11.901Z||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.
2021-06-09T04:41:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:41:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:41:11.902Z||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.
2021-06-09T04:41:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:41:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:41:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:42:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:42:11.901Z||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.
2021-06-09T04:42:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:42:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:42:11.902Z||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.
2021-06-09T04:42:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:42:21.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:42:21.443Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:43:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:43:11.901Z||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.
2021-06-09T04:43:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:43:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:43:11.902Z||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.
2021-06-09T04:43:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:43:21.433Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:43:21.442Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:44:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:44:11.901Z||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.
2021-06-09T04:44:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:44:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:44:11.902Z||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.
2021-06-09T04:44:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:44:21.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:44:21.441Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:45:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:45:11.901Z||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.
2021-06-09T04:45:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:45:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:45:11.902Z||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.
2021-06-09T04:45:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:45:21.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:45:21.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:46:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:46:11.901Z||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.
2021-06-09T04:46:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:46:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:46:11.902Z||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.
2021-06-09T04:46:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:46:21.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:46:21.432Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:47:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:47:11.901Z||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.
2021-06-09T04:47:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:47:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:47:11.903Z||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.
2021-06-09T04:47:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:47:21.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:47:21.454Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:48:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:48:11.901Z||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.
2021-06-09T04:48:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:48:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:48:11.903Z||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.
2021-06-09T04:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:48:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:48:21.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:49:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:49:11.901Z||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.
2021-06-09T04:49:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:49:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:49:11.902Z||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.
2021-06-09T04:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:49:21.433Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:49:21.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:50:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:50:11.901Z||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.
2021-06-09T04:50:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:50:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:50:11.902Z||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.
2021-06-09T04:50:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:50:21.433Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:50:21.433Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:51:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:51:11.901Z||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.
2021-06-09T04:51:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:51:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:51:11.902Z||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.
2021-06-09T04:51:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:51:21.441Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:51:21.451Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:52:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:52:11.901Z||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.
2021-06-09T04:52:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:52:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:52:11.902Z||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.
2021-06-09T04:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:52:21.440Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:52:21.447Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:53:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:53:11.902Z||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.
2021-06-09T04:53:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:53:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:53:11.902Z||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.
2021-06-09T04:53:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:53:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:53:21.440Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:54:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:54:11.901Z||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.
2021-06-09T04:54:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:54:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:54:11.902Z||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.
2021-06-09T04:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:54:21.446Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:54:21.446Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:55:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:55:11.901Z||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.
2021-06-09T04:55:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:55:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:55:11.902Z||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.
2021-06-09T04:55:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:55:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:55:21.435Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:56:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:56:11.901Z||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.
2021-06-09T04:56:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:56:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:56:11.903Z||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.
2021-06-09T04:56:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:56:21.442Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:56:21.443Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:57:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:57:11.901Z||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.
2021-06-09T04:57:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:57:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:57:11.902Z||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.
2021-06-09T04:57:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:57:21.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:57:21.456Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:58:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:58:11.901Z||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.
2021-06-09T04:58:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:58:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:58:11.902Z||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.
2021-06-09T04:58:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:58:21.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:58:21.460Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:59:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:59:11.901Z||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.
2021-06-09T04:59:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:59:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:59:11.902Z||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.
2021-06-09T04:59:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:59:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T04:59:21.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:00:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:00:11.901Z||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.
2021-06-09T05:00:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:00:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:00:11.903Z||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.
2021-06-09T05:00:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:00:21.438Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:00:21.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:01:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:01:11.901Z||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.
2021-06-09T05:01:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:01:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:01:11.902Z||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.
2021-06-09T05:01:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:01:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:01:21.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:02:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:02:11.901Z||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.
2021-06-09T05:02:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:02:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:02:11.902Z||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.
2021-06-09T05:02:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:02:21.435Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:02:21.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:03:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:03:11.901Z||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.
2021-06-09T05:03:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:03:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:03:11.903Z||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.
2021-06-09T05:03:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:03:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:03:21.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:04:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:04:11.901Z||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.
2021-06-09T05:04:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:04:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:04:11.902Z||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.
2021-06-09T05:04:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:04:21.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:04:21.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:05:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:05:11.901Z||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.
2021-06-09T05:05:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:05:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:05:11.902Z||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.
2021-06-09T05:05:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:05:21.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:05:21.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:06:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:06:11.901Z||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.
2021-06-09T05:06:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:06:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:06:11.902Z||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.
2021-06-09T05:06:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:06:21.431Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:06:21.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:07:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:07:11.901Z||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.
2021-06-09T05:07:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:07:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:07:11.902Z||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.
2021-06-09T05:07:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:07:21.431Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:07:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:08:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:08:11.901Z||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.
2021-06-09T05:08:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:08:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:08:11.902Z||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.
2021-06-09T05:08:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:08:21.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:08:21.438Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:09:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:09:11.901Z||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.
2021-06-09T05:09:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:09:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:09:11.902Z||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.
2021-06-09T05:09:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:09:21.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:09:21.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:10:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:10:11.901Z||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.
2021-06-09T05:10:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:10:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:10:11.902Z||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.
2021-06-09T05:10:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:10:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:10:21.434Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:11:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:11:11.901Z||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.
2021-06-09T05:11:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:11:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:11:11.902Z||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.
2021-06-09T05:11:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:11:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:11:21.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:12:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:12:11.901Z||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.
2021-06-09T05:12:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:12:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:12:11.902Z||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.
2021-06-09T05:12:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:12:21.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:12:21.436Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:13:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:13:11.901Z||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.
2021-06-09T05:13:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:13:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:13:11.902Z||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.
2021-06-09T05:13:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:13:21.432Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:13:21.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:14:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:14:11.901Z||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.
2021-06-09T05:14:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:14:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:14:11.903Z||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.
2021-06-09T05:14:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:14:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:14:21.435Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:15:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:15:11.901Z||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.
2021-06-09T05:15:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:15:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:15:11.902Z||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.
2021-06-09T05:15:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:15:21.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:15:21.447Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:16:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:16:11.901Z||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.
2021-06-09T05:16:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:16:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:16:11.902Z||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.
2021-06-09T05:16:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:16:21.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:16:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:17:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:17:11.901Z||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.
2021-06-09T05:17:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:17:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:17:11.902Z||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.
2021-06-09T05:17:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:17:21.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:17:21.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:18:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:18:11.902Z||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.
2021-06-09T05:18:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:18:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:18:11.903Z||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.
2021-06-09T05:18:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:18:21.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:18:21.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:19:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:19:11.901Z||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.
2021-06-09T05:19:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:19:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:19:11.902Z||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.
2021-06-09T05:19:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:19:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:19:21.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:20:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:20:11.901Z||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.
2021-06-09T05:20:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:20:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:20:11.902Z||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.
2021-06-09T05:20:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:20:21.431Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:20:21.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:21:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:21:11.901Z||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.
2021-06-09T05:21:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:21:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:21:11.902Z||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.
2021-06-09T05:21:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:21:21.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:21:21.439Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:22:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:22:11.901Z||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.
2021-06-09T05:22:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:22:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:22:11.902Z||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.
2021-06-09T05:22:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:22:21.431Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:22:21.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:23:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:23:11.901Z||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.
2021-06-09T05:23:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:23:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:23:11.902Z||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.
2021-06-09T05:23:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:23:21.432Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:23:21.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:24:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:24:11.901Z||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.
2021-06-09T05:24:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:24:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:24:11.902Z||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.
2021-06-09T05:24:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:24:21.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:24:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:25:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:25:11.901Z||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.
2021-06-09T05:25:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:25:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:25:11.902Z||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.
2021-06-09T05:25:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:25:21.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:25:21.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:26:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:26:11.901Z||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.
2021-06-09T05:26:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:26:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:26:11.902Z||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.
2021-06-09T05:26:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:26:21.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:26:21.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:27:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:27:11.902Z||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.
2021-06-09T05:27:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:27:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:27:11.902Z||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.
2021-06-09T05:27:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:27:21.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:27:21.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:28:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:28:11.901Z||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.
2021-06-09T05:28:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:28:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:28:11.902Z||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.
2021-06-09T05:28:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:28:21.434Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:28:21.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:29:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:29:11.901Z||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.
2021-06-09T05:29:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:29:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:29:11.902Z||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.
2021-06-09T05:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:29:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:29:21.437Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:30:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:30:11.901Z||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.
2021-06-09T05:30:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:30:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:30:11.902Z||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.
2021-06-09T05:30:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:30:21.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:30:21.432Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:31:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:31:11.901Z||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.
2021-06-09T05:31:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:31:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:31:11.903Z||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.
2021-06-09T05:31:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:31:21.431Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:31:21.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:32:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:32:11.901Z||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.
2021-06-09T05:32:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:32:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:32:11.902Z||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.
2021-06-09T05:32:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:32:21.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:32:21.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:33:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:33:11.901Z||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.
2021-06-09T05:33:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:33:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:33:11.902Z||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.
2021-06-09T05:33:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:33:21.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:33:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:34:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:34:11.901Z||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.
2021-06-09T05:34:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:34:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:34:11.902Z||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.
2021-06-09T05:34:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:34:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:34:21.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:35:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:35:11.901Z||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.
2021-06-09T05:35:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:35:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:35:11.902Z||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.
2021-06-09T05:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:35:21.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:35:21.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:36:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:36:11.901Z||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.
2021-06-09T05:36:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:36:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:36:11.902Z||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.
2021-06-09T05:36:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:36:21.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:36:21.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:37:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:37:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:37:11.909Z||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.
2021-06-09T05:37:11.909Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:37:11.909Z||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.
2021-06-09T05:37:11.909Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:37:21.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:37:21.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:38:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:38:11.901Z||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.
2021-06-09T05:38:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:38:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:38:11.902Z||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.
2021-06-09T05:38:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:38:21.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:38:21.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:39:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:39:11.901Z||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.
2021-06-09T05:39:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:39:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:39:11.902Z||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.
2021-06-09T05:39:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:39:21.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:39:21.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:40:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:40:11.901Z||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.
2021-06-09T05:40:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:40:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:40:11.902Z||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.
2021-06-09T05:40:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:40:21.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:40:21.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:41:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:41:11.901Z||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.
2021-06-09T05:41:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:41:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:41:11.902Z||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.
2021-06-09T05:41:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:41:21.431Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:41:21.431Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:42:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:42:11.901Z||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.
2021-06-09T05:42:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:42:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:42:11.902Z||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.
2021-06-09T05:42:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:42:21.434Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:42:21.435Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:43:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:43:11.901Z||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.
2021-06-09T05:43:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:43:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:43:11.902Z||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.
2021-06-09T05:43:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:43:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:43:21.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:44:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:44:11.901Z||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.
2021-06-09T05:44:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:44:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:44:11.902Z||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.
2021-06-09T05:44:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:44:21.433Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:44:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:45:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:45:11.901Z||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.
2021-06-09T05:45:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:45:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:45:11.902Z||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.
2021-06-09T05:45:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:45:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:45:21.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:46:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:46:11.901Z||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.
2021-06-09T05:46:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:46:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:46:11.902Z||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.
2021-06-09T05:46:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:46:21.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:46:21.433Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:47:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:47:11.901Z||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.
2021-06-09T05:47:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:47:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:47:11.902Z||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.
2021-06-09T05:47:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:47:21.431Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:47:21.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:48:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:48:11.901Z||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.
2021-06-09T05:48:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:48:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:48:11.902Z||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.
2021-06-09T05:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:48:21.433Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:48:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:49:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:49:11.901Z||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.
2021-06-09T05:49:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:49:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:49:11.902Z||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.
2021-06-09T05:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:49:21.442Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:49:21.447Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:50:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:50:11.901Z||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.
2021-06-09T05:50:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:50:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:50:11.902Z||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.
2021-06-09T05:50:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:50:21.433Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:50:21.433Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:51:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:51:11.901Z||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.
2021-06-09T05:51:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:51:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:51:11.902Z||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.
2021-06-09T05:51:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:51:21.433Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:51:21.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:52:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:52:11.901Z||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.
2021-06-09T05:52:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:52:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:52:11.902Z||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.
2021-06-09T05:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:52:21.431Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:52:21.433Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:53:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:53:11.901Z||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.
2021-06-09T05:53:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:53:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:53:11.902Z||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.
2021-06-09T05:53:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:53:21.431Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:53:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:54:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:54:11.901Z||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.
2021-06-09T05:54:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:54:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:54:11.902Z||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.
2021-06-09T05:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:54:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:54:21.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:55:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:55:11.901Z||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.
2021-06-09T05:55:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:55:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:55:11.902Z||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.
2021-06-09T05:55:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:55:21.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:55:21.434Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:56:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:56:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:56:11.903Z||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.
2021-06-09T05:56:11.903Z||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.
2021-06-09T05:56:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:56:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:56:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:56:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:57:11.901Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:57:11.902Z||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.
2021-06-09T05:57:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:57:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:57:11.902Z||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.
2021-06-09T05:57:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:57:21.431Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:57:21.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:58:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:58:11.901Z||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.
2021-06-09T05:58:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:58:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:58:11.902Z||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.
2021-06-09T05:58:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:58:21.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:58:21.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:59:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:59:11.901Z||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.
2021-06-09T05:59:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:59:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:59:11.902Z||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.
2021-06-09T05:59:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:59:21.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T05:59:21.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:00:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:00:11.901Z||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.
2021-06-09T06:00:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:00:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:00:11.902Z||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.
2021-06-09T06:00:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:00:21.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:00:21.433Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:01:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:01:11.901Z||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.
2021-06-09T06:01:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:01:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:01:11.902Z||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.
2021-06-09T06:01:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:01:21.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:01:21.433Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:02:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:02:11.901Z||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.
2021-06-09T06:02:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:02:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:02:11.902Z||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.
2021-06-09T06:02:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:02:21.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:02:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:03:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:03:11.901Z||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.
2021-06-09T06:03:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:03:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:03:11.902Z||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.
2021-06-09T06:03:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:03:21.434Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:03:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:04:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:04:11.901Z||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.
2021-06-09T06:04:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:04:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:04:11.902Z||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.
2021-06-09T06:04:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:04:21.434Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:04:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:05:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:05:11.901Z||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.
2021-06-09T06:05:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:05:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:05:11.902Z||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.
2021-06-09T06:05:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:05:21.431Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:05:21.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:06:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:06:11.901Z||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.
2021-06-09T06:06:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:06:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:06:11.902Z||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.
2021-06-09T06:06:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:06:21.433Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:06:21.433Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:07:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:07:11.901Z||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.
2021-06-09T06:07:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:07:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:07:11.902Z||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.
2021-06-09T06:07:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:07:21.433Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:07:21.433Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:08:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:08:11.901Z||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.
2021-06-09T06:08:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:08:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:08:11.902Z||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.
2021-06-09T06:08:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:08:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:08:21.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:09:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:09:11.901Z||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.
2021-06-09T06:09:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:09:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:09:11.902Z||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.
2021-06-09T06:09:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:09:21.430Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:09:21.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:10:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:10:11.901Z||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.
2021-06-09T06:10:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:10:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:10:11.902Z||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.
2021-06-09T06:10:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:10:21.436Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:10:21.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:11:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:11:11.901Z||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.
2021-06-09T06:11:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:11:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:11:11.902Z||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.
2021-06-09T06:11:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:11:21.433Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:11:21.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:12:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:12:11.901Z||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.
2021-06-09T06:12:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:12:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:12:11.902Z||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.
2021-06-09T06:12:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:12:21.432Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:12:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:13:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:13:11.901Z||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.
2021-06-09T06:13:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:13:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:13:11.902Z||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.
2021-06-09T06:13:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:13:21.431Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:13:21.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:14:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:14:11.901Z||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.
2021-06-09T06:14:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:14:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:14:11.902Z||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.
2021-06-09T06:14:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:14:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:14:21.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:15:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:15:11.901Z||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.
2021-06-09T06:15:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:15:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:15:11.902Z||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.
2021-06-09T06:15:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:15:21.433Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:15:21.434Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:16:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:16:11.901Z||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.
2021-06-09T06:16:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:16:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:16:11.902Z||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.
2021-06-09T06:16:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:16:21.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:16:21.439Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:17:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:17:11.901Z||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.
2021-06-09T06:17:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:17:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:17:11.902Z||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.
2021-06-09T06:17:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:17:21.429Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:17:21.431Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:18:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:18:11.901Z||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.
2021-06-09T06:18:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:18:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:18:11.902Z||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.
2021-06-09T06:18:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:18:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:18:21.436Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:19:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:19:11.901Z||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.
2021-06-09T06:19:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:19:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:19:11.902Z||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.
2021-06-09T06:19:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:19:21.431Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:19:21.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:20:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:20:11.901Z||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.
2021-06-09T06:20:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:20:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:20:11.903Z||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.
2021-06-09T06:20:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:20:21.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:20:21.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:21:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:21:11.901Z||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.
2021-06-09T06:21:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:21:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:21:11.902Z||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.
2021-06-09T06:21:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:21:21.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:21:21.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:22:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:22:11.901Z||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.
2021-06-09T06:22:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:22:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:22:11.902Z||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.
2021-06-09T06:22:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:22:21.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:22:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:23:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:23:11.901Z||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.
2021-06-09T06:23:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:23:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:23:11.902Z||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.
2021-06-09T06:23:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:23:21.431Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:23:21.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:24:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:24:11.901Z||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.
2021-06-09T06:24:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:24:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:24:11.902Z||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.
2021-06-09T06:24:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:24:21.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:24:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:25:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:25:11.901Z||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.
2021-06-09T06:25:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:25:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:25:11.902Z||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.
2021-06-09T06:25:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:25:21.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:25:21.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:26:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:26:11.901Z||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.
2021-06-09T06:26:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:26:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:26:11.902Z||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.
2021-06-09T06:26:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:26:21.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:26:21.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:27:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:27:11.901Z||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.
2021-06-09T06:27:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:27:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:27:11.902Z||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.
2021-06-09T06:27:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:27:21.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:27:21.456Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:28:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:28:11.901Z||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.
2021-06-09T06:28:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:28:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:28:11.902Z||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.
2021-06-09T06:28:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:28:21.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:28:21.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:29:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:29:11.901Z||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.
2021-06-09T06:29:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:29:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:29:11.902Z||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.
2021-06-09T06:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:29:21.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:29:21.434Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:30:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:30:11.901Z||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.
2021-06-09T06:30:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:30:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:30:11.902Z||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.
2021-06-09T06:30:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:30:21.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:30:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:31:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:31:11.901Z||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.
2021-06-09T06:31:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:31:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:31:11.902Z||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.
2021-06-09T06:31:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:31:21.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:31:21.433Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:32:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:32:11.901Z||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.
2021-06-09T06:32:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:32:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:32:11.902Z||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.
2021-06-09T06:32:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:32:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:32:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:33:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:33:11.901Z||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.
2021-06-09T06:33:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:33:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:33:11.902Z||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.
2021-06-09T06:33:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:33:21.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:33:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:34:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:34:11.901Z||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.
2021-06-09T06:34:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:34:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:34:11.902Z||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.
2021-06-09T06:34:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:34:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:34:21.443Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:35:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:35:11.901Z||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.
2021-06-09T06:35:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:35:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:35:11.902Z||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.
2021-06-09T06:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:35:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:35:21.439Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:36:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:36:11.901Z||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.
2021-06-09T06:36:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:36:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:36:11.902Z||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.
2021-06-09T06:36:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:36:21.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:36:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:37:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:37:11.901Z||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.
2021-06-09T06:37:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:37:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:37:11.902Z||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.
2021-06-09T06:37:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:37:21.436Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:37:21.451Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:38:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:38:11.901Z||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.
2021-06-09T06:38:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:38:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:38:11.903Z||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.
2021-06-09T06:38:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:38:21.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:38:21.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:39:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:39:11.901Z||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.
2021-06-09T06:39:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:39:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:39:11.902Z||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.
2021-06-09T06:39:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:39:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:39:21.444Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:40:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:40:11.901Z||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.
2021-06-09T06:40:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:40:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:40:11.902Z||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.
2021-06-09T06:40:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:40:21.444Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:40:21.450Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:41:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:41:11.901Z||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.
2021-06-09T06:41:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:41:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:41:11.902Z||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.
2021-06-09T06:41:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:41:21.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:41:21.436Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:42:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:42:11.901Z||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.
2021-06-09T06:42:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:42:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:42:11.902Z||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.
2021-06-09T06:42:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:42:21.440Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:42:21.442Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:43:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:43:11.901Z||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.
2021-06-09T06:43:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:43:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:43:11.902Z||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.
2021-06-09T06:43:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:43:21.443Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:43:21.447Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:44:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:44:11.901Z||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.
2021-06-09T06:44:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:44:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:44:11.902Z||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.
2021-06-09T06:44:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:44:21.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:44:21.433Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:45:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:45:11.901Z||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.
2021-06-09T06:45:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:45:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:45:11.903Z||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.
2021-06-09T06:45:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:45:21.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:45:21.440Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:46:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:46:11.901Z||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.
2021-06-09T06:46:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:46:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:46:11.902Z||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.
2021-06-09T06:46:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:46:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:46:21.437Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:47:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:47:11.901Z||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.
2021-06-09T06:47:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:47:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:47:11.902Z||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.
2021-06-09T06:47:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:47:21.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:47:21.435Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:48:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:48:11.901Z||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.
2021-06-09T06:48:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:48:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:48:11.902Z||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.
2021-06-09T06:48:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:48:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:48:21.436Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:49:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:49:11.901Z||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.
2021-06-09T06:49:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:49:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:49:11.902Z||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.
2021-06-09T06:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:49:21.429Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:49:21.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:50:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:50:11.901Z||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.
2021-06-09T06:50:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:50:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:50:11.902Z||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.
2021-06-09T06:50:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:50:21.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:50:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:51:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:51:11.901Z||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.
2021-06-09T06:51:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:51:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:51:11.902Z||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.
2021-06-09T06:51:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:51:21.434Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:51:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:52:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:52:11.901Z||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.
2021-06-09T06:52:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:52:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:52:11.902Z||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.
2021-06-09T06:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:52:21.440Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:52:21.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:53:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:53:11.901Z||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.
2021-06-09T06:53:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:53:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:53:11.902Z||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.
2021-06-09T06:53:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:53:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:53:21.438Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:54:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:54:11.901Z||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.
2021-06-09T06:54:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:54:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:54:11.902Z||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.
2021-06-09T06:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:54:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:54:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:55:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:55:11.901Z||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.
2021-06-09T06:55:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:55:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:55:11.902Z||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.
2021-06-09T06:55:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:55:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:55:21.438Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:56:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:56:11.901Z||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.
2021-06-09T06:56:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:56:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:56:11.902Z||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.
2021-06-09T06:56:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:56:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:56:21.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:57:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:57:11.901Z||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.
2021-06-09T06:57:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:57:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:57:11.903Z||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.
2021-06-09T06:57:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:57:21.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:57:21.442Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:58:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:58:11.901Z||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.
2021-06-09T06:58:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:58:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:58:11.902Z||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.
2021-06-09T06:58:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:58:21.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:58:21.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:59:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:59:11.901Z||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.
2021-06-09T06:59:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:59:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:59:11.902Z||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.
2021-06-09T06:59:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:59:21.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T06:59:21.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:00:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:00:11.901Z||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.
2021-06-09T07:00:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:00:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:00:11.902Z||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.
2021-06-09T07:00:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:00:21.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:00:21.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:01:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:01:11.901Z||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.
2021-06-09T07:01:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:01:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:01:11.903Z||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.
2021-06-09T07:01:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:01:21.450Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:01:21.451Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:02:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:02:11.901Z||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.
2021-06-09T07:02:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:02:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:02:11.902Z||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.
2021-06-09T07:02:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:02:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:02:21.442Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:03:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:03:11.901Z||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.
2021-06-09T07:03:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:03:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:03:11.902Z||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.
2021-06-09T07:03:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:03:21.433Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:03:21.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:04:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:04:11.901Z||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.
2021-06-09T07:04:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:04:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:04:11.902Z||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.
2021-06-09T07:04:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:04:21.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:04:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:05:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:05:11.901Z||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.
2021-06-09T07:05:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:05:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:05:11.902Z||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.
2021-06-09T07:05:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:05:21.428Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:05:21.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:06:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:06:11.901Z||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.
2021-06-09T07:06:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:06:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:06:11.902Z||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.
2021-06-09T07:06:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:06:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:06:21.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:07:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:07:11.901Z||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.
2021-06-09T07:07:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:07:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:07:11.902Z||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.
2021-06-09T07:07:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:07:21.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:07:21.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:08:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:08:11.901Z||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.
2021-06-09T07:08:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:08:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:08:11.902Z||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.
2021-06-09T07:08:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:08:21.434Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:08:21.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:09:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:09:11.901Z||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.
2021-06-09T07:09:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:09:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:09:11.903Z||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.
2021-06-09T07:09:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:09:21.431Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:09:21.431Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:10:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:10:11.901Z||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.
2021-06-09T07:10:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:10:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:10:11.902Z||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.
2021-06-09T07:10:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:10:21.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:10:21.446Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:11:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:11:11.901Z||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.
2021-06-09T07:11:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:11:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:11:11.902Z||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.
2021-06-09T07:11:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:11:21.432Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:11:21.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:12:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:12:11.901Z||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.
2021-06-09T07:12:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:12:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:12:11.902Z||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.
2021-06-09T07:12:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:12:21.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:12:21.435Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:13:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:13:11.901Z||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.
2021-06-09T07:13:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:13:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:13:11.903Z||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.
2021-06-09T07:13:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:13:21.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:13:21.433Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:14:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:14:11.901Z||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.
2021-06-09T07:14:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:14:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:14:11.903Z||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.
2021-06-09T07:14:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:14:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:14:21.435Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:15:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:15:11.901Z||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.
2021-06-09T07:15:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:15:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:15:11.902Z||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.
2021-06-09T07:15:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:15:21.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:15:21.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:16:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:16:11.901Z||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.
2021-06-09T07:16:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:16:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:16:11.902Z||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.
2021-06-09T07:16:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:16:21.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:16:21.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:17:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:17:11.901Z||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.
2021-06-09T07:17:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:17:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:17:11.902Z||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.
2021-06-09T07:17:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:17:21.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:17:21.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:18:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:18:11.901Z||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.
2021-06-09T07:18:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:18:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:18:11.902Z||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.
2021-06-09T07:18:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:18:21.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:18:21.440Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:19:11.901Z||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.
2021-06-09T07:19:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:19:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:19:11.902Z||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.
2021-06-09T07:19:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:19:12.177Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:12.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223140390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1623223141690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "cds",
  "timestamp": 1623223141376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "policy-id",
  "timestamp": 1623223143038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223145518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "aai-ml",
  "timestamp": 1623223138893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223140390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1623223141690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "cds",
  "timestamp": 1623223141376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "policy-id",
  "timestamp": 1623223143038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223145518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "aai-ml",
  "timestamp": 1623223138893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223140390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1623223141690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "cds",
  "timestamp": 1623223141376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "policy-id",
  "timestamp": 1623223143038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223145518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "aai-ml",
  "timestamp": 1623223138893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223140390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1623223141690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "cds",
  "timestamp": 1623223141376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "policy-id",
  "timestamp": 1623223143038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223145518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "aai-ml",
  "timestamp": 1623223138893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223140390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1623223141690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "cds",
  "timestamp": 1623223141376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "policy-id",
  "timestamp": 1623223143038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223145518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "aai-ml",
  "timestamp": 1623223138893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223140390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1623223141690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "cds",
  "timestamp": 1623223141376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "policy-id",
  "timestamp": 1623223143038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223145518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "aai-ml",
  "timestamp": 1623223138893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:19:12.520Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:12.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"49481be0-f458-4140-bf1b-a95cb45d5ec2","serviceName":"vFW 2021-06-09 07-16-32","serviceVersion":"1.0","serviceUUID":"9f425025-7548-4ac8-897a-20badb89c7ac","serviceDescription":"catalog service description","serviceInvariantUUID":"69ecefb4-eb5f-48b3-a3ab-2514c9961ee7","resources":[{"resourceInstanceName":"vFW e20f4610-cf74 0","resourceName":"vFW e20f4610-cf74","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a084a436-9e68-4722-8af6-33bf71e8fadc","resourceInvariantUUID":"c09d989b-d993-43fa-90ad-b446304b2ecf","resourceCustomizationUUID":"51270e87-fff6-4fa9-a891-9696db0ce397","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml","artifactChecksum":"MDMxYjQ0OWE0YzU3ZmZjNWRlYTM3NGQ3MjdhOTI4NjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19d36e58-29ca-431c-93a2-bc7f16fd4d14","artifactVersion":"1"},{"artifactName":"vfwe20f4610cf740_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json","artifactChecksum":"ZmIzNTQ2YzQwODRkMDI3NWRiY2JiOTE1YWRmYWNjZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"41fb8342-d1fe-4431-9466-956e4756005a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"742b9e43-6020-475c-82b1-40c00d807aa6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml","artifactChecksum":"ZDMxZmM0NjE4OTAzZjJjYzg4NjQ2NWIzODM1ZjQzYTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49b377de-dc7d-4044-a479-71ea097580a4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d","artifactVersion":"2","generatedFromUUID":"742b9e43-6020-475c-82b1-40c00d807aa6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210609071632-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml","artifactChecksum":"ZWU2N2U4N2ExNGI2NThjZjlmNDExYmMxYzAwOWVmMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d393a947-48dc-4582-a6b3-aee8091ca5f3","artifactVersion":"1"},{"artifactName":"service-Vfw20210609071632-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar","artifactChecksum":"ZDZjNWM2ODJhZDI4OWY0NzQwYzM4MzRlZmM5NzgwYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bf38c88-b859-47ae-8741-d88a1df173d0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T07:19:12.533Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:19:12.538Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:12.545Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:12.546Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223151900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.646Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-06-09T07:19:12.651Z||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.
2021-06-09T07:19:12.651Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:12.662Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:12.662Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:13.550Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:19:13.551Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:13.553Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:13.553Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223151900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:19:13.654Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:13.654Z||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.
2021-06-09T07:19:13.654Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:13.663Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:13.664Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:14.554Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:19:14.555Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:14.558Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:14.558Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223151900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:19:14.658Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:14.659Z||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.
2021-06-09T07:19:14.659Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:14.666Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:14.667Z||pool-5-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:19:15.558Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:19:15.559Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:15.560Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:15.560Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223151900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:15.660Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:15.661Z||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.
2021-06-09T07:19:15.661Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:15.669Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:15.670Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:19:16.561Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:19:16.562Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:16.565Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:16.565Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223151900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-09T07:19:16.665Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:16.665Z||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.
2021-06-09T07:19:16.665Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:16.673Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:16.673Z||pool-7-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:17.565Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:19:17.566Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:17.567Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:17.567Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223151900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:19:17.668Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:17.669Z||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.
2021-06-09T07:19:17.669Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:17.677Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:17.677Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:18.568Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:19:18.569Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:18.570Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:18.570Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223151900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:19:18.670Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:18.671Z||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.
2021-06-09T07:19:18.671Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:18.681Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:18.682Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:19.572Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "serviceName": "vFW 2021-06-09 07-16-32",
  "serviceVersion": "1.0",
  "serviceUUID": "9f425025-7548-4ac8-897a-20badb89c7ac",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "69ecefb4-eb5f-48b3-a3ab-2514c9961ee7",
  "resources": [
    {
      "resourceInstanceName": "vFW e20f4610-cf74 0",
      "resourceCustomizationUUID": "51270e87-fff6-4fa9-a891-9696db0ce397",
      "resourceName": "vFW e20f4610-cf74",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a084a436-9e68-4722-8af6-33bf71e8fadc",
      "resourceInvariantUUID": "c09d989b-d993-43fa-90ad-b446304b2ecf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe20f4610cf740_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
          "artifactChecksum": "ZmIzNTQ2YzQwODRkMDI3NWRiY2JiOTE1YWRmYWNjZWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "41fb8342-d1fe-4431-9466-956e4756005a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "742b9e43-6020-475c-82b1-40c00d807aa6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d",
            "generatedFromUUID": "742b9e43-6020-475c-82b1-40c00d807aa6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210609071632-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
      "artifactChecksum": "ZDZjNWM2ODJhZDI4OWY0NzQwYzM4MzRlZmM5NzgwYjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1bf38c88-b859-47ae-8741-d88a1df173d0"
    }
  ],
  "workloadContext": "Production"
}
2021-06-09T07:19:19.578Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T07:19:19.580Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9f425025-7548-4ac8-897a-20badb89c7ac ASDC
2021-06-09T07:19:19.637Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:49481be0-f458-4140-bf1b-a95cb45d5ec2
ServiceName:vFW 2021-06-09 07-16-32
ServiceVersion:1.0
ServiceUUID:9f425025-7548-4ac8-897a-20badb89c7ac
ServiceInvariantUUID:69ecefb4-eb5f-48b3-a3ab-2514c9961ee7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210609071632-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar
ArtifactUUID:1bf38c88-b859-47ae-8741-d88a1df173d0
ArtifactChecksum:ZDZjNWM2ODJhZDI4OWY0NzQwYzM4MzRlZmM5NzgwYjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e20f4610-cf74 0
ResourceCustomizationUUID:51270e87-fff6-4fa9-a891-9696db0ce397
ResourceInvariantUUID:c09d989b-d993-43fa-90ad-b446304b2ecf
ResourceName:vFW e20f4610-cf74
ResourceType:VF
ResourceUUID:a084a436-9e68-4722-8af6-33bf71e8fadc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe20f4610cf740_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json
ArtifactUUID:41fb8342-d1fe-4431-9466-956e4756005a
ArtifactChecksum:ZmIzNTQ2YzQwODRkMDI3NWRiY2JiOTE1YWRmYWNjZWI=
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/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml
ArtifactUUID:742b9e43-6020-475c-82b1-40c00d807aa6
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/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env
ArtifactUUID:82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d
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/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env
ArtifactUUID:82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-09T07:19:19.637Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f425025-7548-4ac8-897a-20badb89c7ac 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-09T07:19:19.820Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:19:19.827Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-09T07:19:19.828Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-09T07:19:19.828Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1bf38c88-b859-47ae-8741-d88a1df173d0 from URL: /sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:19.828Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:19:19.829Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:20.571Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:19:20.585Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar 1bf38c88-b859-47ae-8741-d88a1df173d0 110085
2021-06-09T07:19:20.586Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar ASDC sendASDCNotification
2021-06-09T07:19:20.586Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:20.586Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:19:20.587Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:20.588Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:20.588Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223160586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:19:20.688Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:20.689Z||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.
2021-06-09T07:19:20.689Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:20.699Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:20.700Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:21.589Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:19:21.590Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-09T07:19:21.590Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1bf38c88-b859-47ae-8741-d88a1df173d0, URL: /sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar to file: /app/ASDC/1/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:21.590Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210609071632-csar.csar
2021-06-09T07:19:21.690Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:21.690Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:22.176Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2047031730525707577/Definitions/service-Vfw20210609071632-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
2021-06-09T07:19:24.393Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e20f4610-cf74 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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e20f4610-cf74 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.397Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-06-09T07:19:24.401Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.402Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:24.403Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:24.404Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-06-09T07:19:24.404Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:19:24.405Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.405Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:24.405Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:24.405Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-06-09T07:19:24.405Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:19:24.406Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.406Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is not matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c5113951-57b1-4881-b3c6-febfc42fbbf2
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=29fd4075-18c8-45a7-a81b-268ccef5c06e
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=98e6d7cf-db11-4fd0-8867-3e41989b8a20
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-06-09 07-16-32
Description:catalog service description
Model UUID:9f425025-7548-4ac8-897a-20badb89c7ac
Model Version:NULL
Model InvariantUuid:69ecefb4-eb5f-48b3-a3ab-2514c9961ee7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e20f4610-cf74
Model UUID:bedb573f-363d-40d1-9b5d-612d801899b3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c09d989b-d993-43fa-90ad-b446304b2ecf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:51270e87-fff6-4fa9-a891-9696db0ce397
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:42f5dc8d-841d-405a-827e-4a13672f02d4
ModelName:VfwE20f4610Cf74..base_vfw..module-0
ModelUuid:2097a268-119d-4245-8653-63a268474e0a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c5113951-57b1-4881-b3c6-febfc42fbbf2
ModelInvariantUuid:8f480fd2-bf6a-4414-858f-a8983e34fba0
ModelName:vFW e20f4610-cf74-nodes.vfwCvfc
ModelUuid:c96a5114-557b-46e3-a976-bcb3da8fe53c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:834479dd-ecd2-43c1-99e4-25608955b64c
ModelInvariantUuid:83bfd5ff-7d7d-4452-be3e-163439539f88
ModelName:VfwE20f4610Cf74.compute.nodes.heat.vfw
ModelUuid:d82fbe33-e1fc-4109-af3d-c029cab97a06
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:29fd4075-18c8-45a7-a81b-268ccef5c06e
ModelInvariantUuid:b9c47de1-198c-479d-9625-29f15ef65f6a
ModelName:vFW e20f4610-cf74-nodes.vsnCvfc
ModelUuid:b7a1cae2-3869-445f-b7d5-a96db0e921bc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e99d8945-373e-4f70-adef-648ab9370d67
ModelInvariantUuid:bb69f27f-95c4-4dea-8f62-6f33caa19121
ModelName:VfwE20f4610Cf74.compute.nodes.heat.vsn
ModelUuid:db01d21b-0187-4ca3-8520-f3fb5828d387
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:98e6d7cf-db11-4fd0-8867-3e41989b8a20
ModelInvariantUuid:3d2aae1b-fc63-4015-bd37-5b60e57cc561
ModelName:vFW e20f4610-cf74-nodes.vpgCvfc
ModelUuid:693af3a6-c571-49a0-a77a-16967be8ec2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0aeb772c-4ee0-460d-952b-efcaa5c3a3c0
ModelInvariantUuid:a9a109d7-71ae-4174-94c6-42b34f790e42
ModelName:VfwE20f4610Cf74.compute.nodes.heat.vpg
ModelUuid:13ffb37c-a5d3-4331-bb9a-700d0a25baf2
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-09T07:19:24.427Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a084a436-9e68-4722-8af6-33bf71e8fadc
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:19:24.514Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||vFW e20f4610-cf74 0
2021-06-09T07:19:24.523Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a084a436-9e68-4722-8af6-33bf71e8fadc
2021-06-09T07:19:24.523Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 41fb8342-d1fe-4431-9466-956e4756005a from URL: /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json
2021-06-09T07:19:24.523Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:19:24.523Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json
2021-06-09T07:19:24.720Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:19:24.721Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json 41fb8342-d1fe-4431-9466-956e4756005a 785
2021-06-09T07:19:24.722Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json ASDC sendASDCNotification
2021-06-09T07:19:24.722Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json
2021-06-09T07:19:24.722Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:19:24.722Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:24.725Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:24.725Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223164722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:19:24.825Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:24.826Z||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.
2021-06-09T07:19:24.826Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:24.833Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:24.833Z||pool-11-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:25.729Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE20f4610Cf74..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "42f5dc8d-841d-405a-827e-4a13672f02d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2097a268-119d-4245-8653-63a268474e0a",
    "vfModuleModelCustomizationUUID": "6ad1c779-3604-4394-af3f-c09ab3da85ad",
    "isBase": true,
    "artifacts": [
      "742b9e43-6020-475c-82b1-40c00d807aa6",
      "82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d"
    ],
    "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": ""
    }
  }
]
2021-06-09T07:19:25.745Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE20f4610Cf74..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2097a268-119d-4245-8653-63a268474e0a
VfModuleModelInvariantUUID:42f5dc8d-841d-405a-827e-4a13672f02d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
742b9e43-6020-475c-82b1-40c00d807aa6
,
82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d

}
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


}

2021-06-09T07:19:25.747Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE20f4610Cf74..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "42f5dc8d-841d-405a-827e-4a13672f02d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2097a268-119d-4245-8653-63a268474e0a",
    "vfModuleModelCustomizationUUID": "6ad1c779-3604-4394-af3f-c09ab3da85ad",
    "isBase": true,
    "artifacts": [
      "742b9e43-6020-475c-82b1-40c00d807aa6",
      "82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d"
    ],
    "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": ""
    }
  }
]
2021-06-09T07:19:25.747Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE20f4610Cf74..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2097a268-119d-4245-8653-63a268474e0a
VfModuleModelInvariantUUID:42f5dc8d-841d-405a-827e-4a13672f02d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
742b9e43-6020-475c-82b1-40c00d807aa6
,
82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d

}
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


}

2021-06-09T07:19:25.747Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 742b9e43-6020-475c-82b1-40c00d807aa6 from URL: /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml
2021-06-09T07:19:25.747Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:19:25.747Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml
2021-06-09T07:19:25.935Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:19:25.937Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml 742b9e43-6020-475c-82b1-40c00d807aa6 20368
2021-06-09T07:19:25.937Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-09T07:19:25.937Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml
2021-06-09T07:19:25.938Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:19:25.938Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:25.940Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:25.940Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223165937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:19:26.040Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T07:19:26.041Z||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.
2021-06-09T07:19:26.041Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:26.048Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:26.048Z||pool-12-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:26.941Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d from URL: /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env
2021-06-09T07:19:26.941Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:19:26.942Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env
2021-06-09T07:19:27.090Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:19:27.090Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env 82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d 2098
2021-06-09T07:19:27.090Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-09T07:19:27.090Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env
2021-06-09T07:19:27.090Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:19:27.090Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:27.092Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:27.092Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223167090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:19:27.192Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:27.193Z||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.
2021-06-09T07:19:27.193Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:27.201Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:27.202Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:19:28.092Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9f425025-7548-4ac8-897a-20badb89c7ac
2021-06-09T07:19:28.092Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e20f4610-cf74 0 a084a436-9e68-4722-8af6-33bf71e8fadc ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:19:28.138Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.138Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.138Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-06-09T07:19:28.139Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 51270e87-fff6-4fa9-a891-9696db0ce397
2021-06-09T07:19:28.139Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 51270e87-fff6-4fa9-a891-9696db0ce397 matches Tosca VF Customization UUID: 51270e87-fff6-4fa9-a891-9696db0ce397
2021-06-09T07:19:28.139Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 51270e87-fff6-4fa9-a891-9696db0ce397  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-09T07:19:28.143Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.143Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.145Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 51270e87-fff6-4fa9-a891-9696db0ce397: {\"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\"}
2021-06-09T07:19:28.145Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d2b2ee0
2021-06-09T07:19:28.145Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.145Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T07:19:28.145Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ad1c779-3604-4394-af3f-c09ab3da85ad
2021-06-09T07:19:28.146Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ad1c779-3604-4394-af3f-c09ab3da85ad
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-09T07:19:28.151Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.151Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:28.151Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:28.151Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.153Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c5113951-57b1-4881-b3c6-febfc42fbbf2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-09T07:19:28.159Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.159Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:28.159Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:28.159Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=29fd4075-18c8-45a7-a81b-268ccef5c06e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-09T07:19:28.162Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.162Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:28.162Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.165Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:28.165Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-09T07:19:28.165Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=98e6d7cf-db11-4fd0-8867-3e41989b8a20
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-09T07:19:28.166Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.166Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:28.166Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:28.166Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.166Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:28.166Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=51270e87-fff6-4fa9-a891-9696db0ce397
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9f425025-7548-4ac8-897a-20badb89c7ac: vFW e20f4610-cf74
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-06-09 07-16-32 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-06-09T07:19:28.439Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e20f4610-cf74 a084a436-9e68-4722-8af6-33bf71e8fadc 1 ASDC deployResourceStructure
2021-06-09T07:19:28.439Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json ASDC sendASDCNotification
2021-06-09T07:19:28.439Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json
2021-06-09T07:19:28.439Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:19:28.440Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:28.441Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:28.441Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223168439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:19:28.541Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:28.542Z||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.
2021-06-09T07:19:28.542Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:28.550Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:28.550Z||pool-14-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:29.442Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-09T07:19:29.442Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml
2021-06-09T07:19:29.442Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:19:29.443Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:29.445Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:29.445Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223169441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-06-09T07:19:29.545Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:29.546Z||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.
2021-06-09T07:19:29.546Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:29.554Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:29.554Z||pool-15-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:30.445Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-09T07:19:30.446Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env
2021-06-09T07:19:30.446Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:19:30.446Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:30.448Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:30.448Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223170445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-06-09T07:19:30.548Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:30.549Z||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.
2021-06-09T07:19:30.549Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:30.557Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:30.558Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:31.449Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar ASDC sendASDCNotification
2021-06-09T07:19:31.449Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:31.449Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:19:31.449Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:31.451Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:31.451Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223171448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:19:31.551Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:31.552Z||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.
2021-06-09T07:19:31.553Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:31.560Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:19:31.560Z||pool-17-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:32.452Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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=?
2021-06-09T07:19:32.476Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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=?
2021-06-09T07:19:32.478Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:19:32.478Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:19:32.478Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:20:02.478Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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=?
2021-06-09T07:20:02.490Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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=?
2021-06-09T07:20:02.493Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:20:02.493Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:20:02.494Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:20:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:20:11.904Z||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.
2021-06-09T07:20:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:20:11.918Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:20:11.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:20:11.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223140390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:20:11.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:20:32.494Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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=?
2021-06-09T07:20:32.504Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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=?
2021-06-09T07:20:32.508Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:20:32.508Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:20:32.508Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:21:02.508Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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=?
2021-06-09T07:21:02.517Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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=?
2021-06-09T07:21:02.519Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:21:02.519Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:21:02.520Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:21:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:21:11.902Z||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.
2021-06-09T07:21:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:21:11.918Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:21:11.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:21:11.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "dcae-sch",
  "timestamp": 1623223141690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:21:11.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:21:32.520Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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=?
2021-06-09T07:21:32.529Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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=?
2021-06-09T07:21:32.538Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:21:32.538Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:21:32.538Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:22:02.538Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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=?
2021-06-09T07:22:02.548Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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=?
2021-06-09T07:22:02.550Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:22:02.550Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:22:02.550Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:22:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:22:11.902Z||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.
2021-06-09T07:22:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:22:11.917Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:22:11.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "cds",
  "timestamp": 1623223141376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "policy-id",
  "timestamp": 1623223143038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223145518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "aai-ml",
  "timestamp": 1623223138893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223151900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223151905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "clamp",
  "timestamp": 1623223151916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223151905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223151900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "clamp",
  "timestamp": 1623223151916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223154166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "policy-id",
  "timestamp": 1623223154158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223151905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223151900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "clamp",
  "timestamp": 1623223151916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "cds",
  "timestamp": 1623223154569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "aai-ml",
  "timestamp": 1623223154966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "policy-id",
  "timestamp": 1623223155164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223151900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223151905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "clamp",
  "timestamp": 1623223151916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "cds",
  "timestamp": 1623223155582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-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=?
2021-06-09T07:22:11.938Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:11.938Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 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 (?, ?, ?, ?, ?)
2021-06-09T07:22:11.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223155496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223155495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "policy-id",
  "timestamp": 1623223156167,
  "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=?
2021-06-09T07:22:11.949Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:11.949Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 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 (?, ?, ?, ?, ?)
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223156193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223151905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223151900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "clamp",
  "timestamp": 1623223151916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223155496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223155495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223151905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223151900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "clamp",
  "timestamp": 1623223151916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223157609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223155496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223155495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223151905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223151900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "clamp",
  "timestamp": 1623223151916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223158617,
  "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=?
2021-06-09T07:22:11.962Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:11.962Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 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=?
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223155496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223155495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223159621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223155496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223155495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223160283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223160586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223155496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223155495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223155496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223155495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223162488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223163370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223163420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223163646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223164637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223164722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223165281,
  "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=?
2021-06-09T07:22:11.975Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:11.975Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 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=?
2021-06-09T07:22:11.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223165792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223165937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223166285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:22:11.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223166799,
  "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=?
2021-06-09T07:22:11.987Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:11.987Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 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=?
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223167090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223167803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223168077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223168439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223169080,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
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=?
2021-06-09T07:22:11.997Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:11.997Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 and ComponentName SDNC
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 (?, ?, ?, ?, ?)
2021-06-09T07:22:12.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223169441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-06-09T07:22:12.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223170445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "clamp",
  "timestamp": 1623223171341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223171448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "aai-ml",
  "timestamp": 1623223172173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:22:12.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "clamp",
  "timestamp": 1623223172483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:22:12.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "aai-ml",
  "timestamp": 1623223173178,
  "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=?
2021-06-09T07:22:12.015Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:12.015Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 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 (?, ?, ?, ?, ?)
2021-06-09T07:22:12.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "clamp",
  "timestamp": 1623223173486,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-06-09T07:22:12.025Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:12.025Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223195496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223191905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223191905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223195496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223191905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223195496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "aai-ml",
  "timestamp": 1623223198893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223191905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223195496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "aai-ml",
  "timestamp": 1623223198893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223200390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223191905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223195496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "aai-ml",
  "timestamp": 1623223198893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "cds",
  "timestamp": 1623223201376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223200390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223191905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223195496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "dcae-sch",
  "timestamp": 1623223201690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "aai-ml",
  "timestamp": 1623223198893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "cds",
  "timestamp": 1623223201376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223200390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223195496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223191905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "dcae-sch",
  "timestamp": 1623223201690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "aai-ml",
  "timestamp": 1623223198893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "policy-id",
  "timestamp": 1623223203038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "cds",
  "timestamp": 1623223201376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223200390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223204321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "dcae-sch",
  "timestamp": 1623223201690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223204331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "aai-ml",
  "timestamp": 1623223198893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "policy-id",
  "timestamp": 1623223203038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "cds",
  "timestamp": 1623223201376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223200390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "dcae-sch",
  "timestamp": 1623223201690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223205519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "aai-ml",
  "timestamp": 1623223198893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223205529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "policy-id",
  "timestamp": 1623223203038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "cds",
  "timestamp": 1623223201376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223200390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223205518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "dcae-sch",
  "timestamp": 1623223201690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223206653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223206653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "policy-id",
  "timestamp": 1623223203038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "aai-ml",
  "timestamp": 1623223206693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "cds",
  "timestamp": 1623223201376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223200390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223205518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "dcae-sch",
  "timestamp": 1623223201690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223207656,
  "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=?
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 (?, ?, ?, ?, ?)
2021-06-09T07:22:12.050Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:22:12.050Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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 (?, ?, ?, ?, ?)
2021-06-09T07:22:12.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223207676,
  "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=?
2021-06-09T07:22:12.058Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:22:12.058Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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=?
2021-06-09T07:22:12.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "policy-id",
  "timestamp": 1623223203038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "cds",
  "timestamp": 1623223201376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223205518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223208273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "dcae-sch",
  "timestamp": 1623223201690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223208658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223208681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "policy-id",
  "timestamp": 1623223203038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223205518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "cds",
  "timestamp": 1623223209558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "policy-id",
  "timestamp": 1623223203038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223209863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223205518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "cds",
  "timestamp": 1623223210563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-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=?
2021-06-09T07:22:12.071Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:22:12.071Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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 (?, ?, ?, ?, ?)
2021-06-09T07:22:12.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223205518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:22:12.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "policy-id",
  "timestamp": 1623223211577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:32.551Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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=?
2021-06-09T07:22:32.563Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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=?
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
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=?
2021-06-09T07:22:32.570Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-09T07:23:02.570Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2 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=?
2021-06-09T07:23:02.577Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2 and serviceModelVersionId: 9f425025-7548-4ac8-897a-20badb89c7ac
2021-06-09T07:23:02.578Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69ecefb4-eb5f-48b3-a3ab-2514c9961ee7
2021-06-09T07:23:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:23:11.903Z||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.
2021-06-09T07:23:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:23:12.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:12.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223211964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:23:12.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223205518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "clamp",
  "timestamp": 1623223211916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "policy-id",
  "timestamp": 1623223212580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223212976,
  "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=?
2021-06-09T07:23:12.429Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:23:12.429Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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=?
2021-06-09T07:23:12.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "clamp",
  "timestamp": 1623223211916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:23:12.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "policy-id",
  "timestamp": 1623223213583,
  "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=?
2021-06-09T07:23:12.440Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:23:12.440Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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=?
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223213979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "clamp",
  "timestamp": 1623223211916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "aai-ml",
  "timestamp": 1623223214568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "clamp",
  "timestamp": 1623223211916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "aai-ml",
  "timestamp": 1623223215571,
  "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=?
2021-06-09T07:23:12.449Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:23:12.449Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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 (?, ?, ?, ?, ?)
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223215495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "clamp",
  "timestamp": 1623223211916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223215495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "clamp",
  "timestamp": 1623223211916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223215495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "clamp",
  "timestamp": 1623223211916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223215495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223215495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223215495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223215495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223223270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "clamp",
  "timestamp": 1623223223341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "clamp",
  "timestamp": 1623223224357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223225343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "clamp",
  "timestamp": 1623223225359,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-06-09T07:23:12.459Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:23:12.459Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-06-09T07:23:12.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223226346,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
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=?
2021-06-09T07:23:12.470Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:23:12.470Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb and ComponentName SDNC
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 (?, ?, ?, ?, ?)
2021-06-09T07:23:12.793Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69ecefb4-eb5f-48b3-a3ab-2514c9961ee7/model-vers/model-ver/9f425025-7548-4ac8-897a-20badb89c7ac?depth=0
2021-06-09T07:23:12.869Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-06-09T07:23:13.199Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ecefb4-eb5f-48b3-a3ab-2514c9961ee7/model-vers/model-ver/9f425025-7548-4ac8-897a-20badb89c7ac?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]}
2021-06-09T07:23:13.201Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ecefb4-eb5f-48b3-a3ab-2514c9961ee7/model-vers/model-ver/9f425025-7548-4ac8-897a-20badb89c7ac?depth=0|INFO|500||Invoke
2021-06-09T07:23:13.291Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ecefb4-eb5f-48b3-a3ab-2514c9961ee7/model-vers/model-ver/9f425025-7548-4ac8-897a-20badb89c7ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-09T07:23:13.695Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ecefb4-eb5f-48b3-a3ab-2514c9961ee7/model-vers/model-ver/9f425025-7548-4ac8-897a-20badb89c7ac?depth=0|INFO|500||InvokeReturn
2021-06-09T07:23:13.695Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ecefb4-eb5f-48b3-a3ab-2514c9961ee7/model-vers/model-ver/9f425025-7548-4ac8-897a-20badb89c7ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210609-07:23:13:299-35595], vertex-id=[151736], Content-Length=[0], Date=[Wed, 09 Jun 2021 07:23:13 GMT], Content-Type=[application/json]}
2021-06-09T07:23:13.695Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-06-09T07:23:13.700Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-09T07:23:13.700Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:23:13.705Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||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)
2021-06-09T07:23:13.712Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49481be0-f458-4140-bf1b-a95cb45d5ec2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-09T07:23:13.712Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-09T07:23:13.713Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:13.714Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:13.714Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223393712,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:23:13.815Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:13.815Z||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.
2021-06-09T07:23:13.816Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:13.824Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:13.825Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 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=?
2021-06-09T07:23:14.725Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:23:14.726Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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.
2021-06-09T07:23:14.726Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:23:19.013Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:19.013Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-09T07:23:19.014Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8982a454-3ecc-4be8-bd94-1af9ba393cbb","serviceName":"basic_onboard_juaPvp","serviceVersion":"1.0","serviceUUID":"dcd7cd02-97d6-4a22-8f31-2fc43dc160b8","serviceDescription":"service","serviceInvariantUUID":"ff70d3ea-c15c-4b9a-905d-d5c971ed57b6","resources":[{"resourceInstanceName":"basic_onboard_juaPvp 0","resourceName":"basic_onboard_juaPvp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3b0e3bca-6253-4c57-b384-45536f275f36","resourceInvariantUUID":"6e01328d-547d-4576-b7b9-ec917b1366b5","resourceCustomizationUUID":"ae9d9384-3117-4f59-abf0-2590e3f74b68","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml","artifactChecksum":"YjUzMzIzYzY2ODBmMDA3ZWM3NjU2NjIwNjk3ZTcyNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d836d7a8-b35e-4fef-8660-093321b5f942","artifactVersion":"1"},{"artifactName":"basic_onboard_juapvp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json","artifactChecksum":"OThmMDlkYjgxOTI2NGYyYWJlYzZkZTgxZjU0NGYzNWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8fcdb754-2eb2-4e6c-a12c-ca731c888f1d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d083e23-bb29-4e58-b520-9710eb1eb4b2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24d12975-a01a-461e-b971-b2ad751db7b9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ddd31d75-e85f-41fa-bcd8-230232dca240","artifactVersion":"2","generatedFromUUID":"9d083e23-bb29-4e58-b520-9710eb1eb4b2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJuapvp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml","artifactChecksum":"MzA5MjJlNGUxYTc5ZWE0NmZhNDM5ODc5MWJlOWQwYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1dd6ad44-8f44-47cd-830d-434fb5c6371c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJuapvp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar","artifactChecksum":"NGMzZWQzYjcxMDZjZjk4M2JkZTA4ZTI5YjdhNDM3ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed3aa2be-1b61-4b93-9df9-7299402023c0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T07:23:19.015Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:23:19.015Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:19.017Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:19.017Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223394725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:19.117Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:19.118Z||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.
2021-06-09T07:23:19.118Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:19.126Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:19.127Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:20.017Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:23:20.019Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:20.021Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:20.021Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223394725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:23:20.122Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:20.123Z||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.
2021-06-09T07:23:20.123Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:20.133Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:20.133Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:21.022Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:23:21.023Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:21.024Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:21.024Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223394725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:23:21.125Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:21.127Z||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.
2021-06-09T07:23:21.127Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:21.134Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:21.135Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:23:22.025Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:23:22.026Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:22.028Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:22.028Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223394725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:22.129Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:23:22.130Z||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.
2021-06-09T07:23:22.130Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:22.137Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:22.138Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:23.029Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:23:23.030Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:23.032Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:23.032Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223394725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-09T07:23:23.133Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:23:23.135Z||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.
2021-06-09T07:23:23.135Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:23.143Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:23.144Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:24.033Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:23:24.033Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:24.036Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:24.036Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223394725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:23:24.136Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:24.136Z||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.
2021-06-09T07:23:24.137Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:24.146Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:24.146Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:25.036Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:23:25.037Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:25.038Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:25.038Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223394725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:23:25.138Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:25.139Z||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.
2021-06-09T07:23:25.139Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:25.147Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:25.147Z||pool-25-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:26.039Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "serviceName": "basic_onboard_juaPvp",
  "serviceVersion": "1.0",
  "serviceUUID": "dcd7cd02-97d6-4a22-8f31-2fc43dc160b8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff70d3ea-c15c-4b9a-905d-d5c971ed57b6",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_juaPvp 0",
      "resourceCustomizationUUID": "ae9d9384-3117-4f59-abf0-2590e3f74b68",
      "resourceName": "basic_onboard_juaPvp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3b0e3bca-6253-4c57-b384-45536f275f36",
      "resourceInvariantUUID": "6e01328d-547d-4576-b7b9-ec917b1366b5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_juapvp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
          "artifactChecksum": "OThmMDlkYjgxOTI2NGYyYWJlYzZkZTgxZjU0NGYzNWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8fcdb754-2eb2-4e6c-a12c-ca731c888f1d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9d083e23-bb29-4e58-b520-9710eb1eb4b2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ddd31d75-e85f-41fa-bcd8-230232dca240",
            "generatedFromUUID": "9d083e23-bb29-4e58-b520-9710eb1eb4b2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ddd31d75-e85f-41fa-bcd8-230232dca240",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJuapvp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
      "artifactChecksum": "NGMzZWQzYjcxMDZjZjk4M2JkZTA4ZTI5YjdhNDM3ZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed3aa2be-1b61-4b93-9df9-7299402023c0"
    }
  ],
  "workloadContext": "Production"
}
2021-06-09T07:23:26.039Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T07:23:26.039Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dcd7cd02-97d6-4a22-8f31-2fc43dc160b8 ASDC
2021-06-09T07:23:26.040Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8982a454-3ecc-4be8-bd94-1af9ba393cbb
ServiceName:basic_onboard_juaPvp
ServiceVersion:1.0
ServiceUUID:dcd7cd02-97d6-4a22-8f31-2fc43dc160b8
ServiceInvariantUUID:ff70d3ea-c15c-4b9a-905d-d5c971ed57b6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJuapvp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar
ArtifactUUID:ed3aa2be-1b61-4b93-9df9-7299402023c0
ArtifactChecksum:NGMzZWQzYjcxMDZjZjk4M2JkZTA4ZTI5YjdhNDM3ZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_juaPvp 0
ResourceCustomizationUUID:ae9d9384-3117-4f59-abf0-2590e3f74b68
ResourceInvariantUUID:6e01328d-547d-4576-b7b9-ec917b1366b5
ResourceName:basic_onboard_juaPvp
ResourceType:VF
ResourceUUID:3b0e3bca-6253-4c57-b384-45536f275f36
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_juapvp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json
ArtifactUUID:8fcdb754-2eb2-4e6c-a12c-ca731c888f1d
ArtifactChecksum:OThmMDlkYjgxOTI2NGYyYWJlYzZkZTgxZjU0NGYzNWE=
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/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9d083e23-bb29-4e58-b520-9710eb1eb4b2
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/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env
ArtifactUUID:ddd31d75-e85f-41fa-bcd8-230232dca240
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/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env
ArtifactUUID:ddd31d75-e85f-41fa-bcd8-230232dca240
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-09T07:23:26.040Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcd7cd02-97d6-4a22-8f31-2fc43dc160b8 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=?
2021-06-09T07:23:26.066Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:23:26.066Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-09T07:23:26.066Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-09T07:23:26.067Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ed3aa2be-1b61-4b93-9df9-7299402023c0 from URL: /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:26.067Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:23:26.067Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:26.205Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:23:26.211Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar ed3aa2be-1b61-4b93-9df9-7299402023c0 74828
2021-06-09T07:23:26.211Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar ASDC sendASDCNotification
2021-06-09T07:23:26.212Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:26.212Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:23:26.212Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:26.215Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:26.215Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223406211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:23:26.315Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:26.316Z||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.
2021-06-09T07:23:26.316Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:26.324Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:26.324Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:27.216Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:23:27.217Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-09T07:23:27.217Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ed3aa2be-1b61-4b93-9df9-7299402023c0, URL: /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar to file: /app/ASDC/1/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:27.218Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:27.218Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:27.218Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:27.360Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7458295891827164854/Definitions/service-BasicOnboardJuapvp-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
2021-06-09T07:23:28.422Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T07:23:28.422Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-06-09T07:23:28.422Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.422Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-09T07:23:28.422Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_juaPvp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_juaPvp 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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is not matching search criteria
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is not matching search criteria
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cec75eb3-04aa-4ae5-86f1-9f88348bea16
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:28.426Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:28.426Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:28.426Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:28.426Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:28.426Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:28.426Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:28.426Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_juaPvp
Description:service
Model UUID:dcd7cd02-97d6-4a22-8f31-2fc43dc160b8
Model Version:NULL
Model InvariantUuid:ff70d3ea-c15c-4b9a-905d-d5c971ed57b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_juaPvp
Model UUID:b2e4fba7-8bea-4cbb-8518-f4835f213be3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6e01328d-547d-4576-b7b9-ec917b1366b5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ae9d9384-3117-4f59-abf0-2590e3f74b68
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3d540487-b6f5-4458-95fd-9cbdc73f9249
ModelName:BasicOnboardJuapvp..base_ubuntu18..module-0
ModelUuid:7f66aae2-5d02-4930-95f7-cfad3a2933f4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cec75eb3-04aa-4ae5-86f1-9f88348bea16
ModelInvariantUuid:d0d79ded-a71b-4ea1-bfcc-eeb6843fc8c3
ModelName:basic_onboard_juaPvp-nodes.ubuntu18Cvfc
ModelUuid:74c21410-0994-4e60-a008-8ab037810792
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6bc15787-8e22-4cf6-9371-629e6c22689c
ModelInvariantUuid:4985dcb2-0ecb-4f03-97e5-7a99edef4386
ModelName:BasicOnboardJuapvp.compute.nodes.heat.ubuntu18
ModelUuid:88f65c0a-62c3-4524-a78d-e1c238d62c07
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-09T07:23:28.431Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3b0e3bca-6253-4c57-b384-45536f275f36
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:23:28.433Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||basic_onboard_juaPvp 0
2021-06-09T07:23:28.433Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3b0e3bca-6253-4c57-b384-45536f275f36
2021-06-09T07:23:28.433Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8fcdb754-2eb2-4e6c-a12c-ca731c888f1d from URL: /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json
2021-06-09T07:23:28.433Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:23:28.433Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json
2021-06-09T07:23:28.761Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:23:28.761Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json 8fcdb754-2eb2-4e6c-a12c-ca731c888f1d 798
2021-06-09T07:23:28.761Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json ASDC sendASDCNotification
2021-06-09T07:23:28.761Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json
2021-06-09T07:23:28.762Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:23:28.762Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:28.764Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:28.764Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223408761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:23:28.865Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:28.865Z||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.
2021-06-09T07:23:28.865Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:28.873Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:28.873Z||pool-27-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:29.765Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJuapvp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3d540487-b6f5-4458-95fd-9cbdc73f9249",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7f66aae2-5d02-4930-95f7-cfad3a2933f4",
    "vfModuleModelCustomizationUUID": "eb9936b6-18d0-4708-8d87-56930befa3bf",
    "isBase": true,
    "artifacts": [
      "9d083e23-bb29-4e58-b520-9710eb1eb4b2",
      "ddd31d75-e85f-41fa-bcd8-230232dca240"
    ],
    "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": ""
    }
  }
]
2021-06-09T07:23:29.767Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJuapvp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f66aae2-5d02-4930-95f7-cfad3a2933f4
VfModuleModelInvariantUUID:3d540487-b6f5-4458-95fd-9cbdc73f9249
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d083e23-bb29-4e58-b520-9710eb1eb4b2
,
ddd31d75-e85f-41fa-bcd8-230232dca240

}
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


}

2021-06-09T07:23:29.769Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJuapvp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3d540487-b6f5-4458-95fd-9cbdc73f9249",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7f66aae2-5d02-4930-95f7-cfad3a2933f4",
    "vfModuleModelCustomizationUUID": "eb9936b6-18d0-4708-8d87-56930befa3bf",
    "isBase": true,
    "artifacts": [
      "9d083e23-bb29-4e58-b520-9710eb1eb4b2",
      "ddd31d75-e85f-41fa-bcd8-230232dca240"
    ],
    "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": ""
    }
  }
]
2021-06-09T07:23:29.769Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJuapvp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f66aae2-5d02-4930-95f7-cfad3a2933f4
VfModuleModelInvariantUUID:3d540487-b6f5-4458-95fd-9cbdc73f9249
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d083e23-bb29-4e58-b520-9710eb1eb4b2
,
ddd31d75-e85f-41fa-bcd8-230232dca240

}
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


}

2021-06-09T07:23:29.769Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9d083e23-bb29-4e58-b520-9710eb1eb4b2 from URL: /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml
2021-06-09T07:23:29.769Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:23:29.770Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml
2021-06-09T07:23:30.242Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:23:30.242Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml 9d083e23-bb29-4e58-b520-9710eb1eb4b2 5033
2021-06-09T07:23:30.243Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-09T07:23:30.243Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml
2021-06-09T07:23:30.243Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:23:30.243Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:30.245Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:30.245Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223410242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:23:30.346Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:30.346Z||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.
2021-06-09T07:23:30.347Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:30.354Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:30.355Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:31.246Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ddd31d75-e85f-41fa-bcd8-230232dca240 from URL: /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env
2021-06-09T07:23:31.247Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:23:31.247Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env
2021-06-09T07:23:32.272Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:23:32.272Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env ddd31d75-e85f-41fa-bcd8-230232dca240 909
2021-06-09T07:23:32.273Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-09T07:23:32.273Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env
2021-06-09T07:23:32.273Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:23:32.273Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:32.275Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:32.276Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223412273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:23:32.376Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T07:23:32.376Z||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.
2021-06-09T07:23:32.377Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:32.385Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:32.385Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:33.276Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: dcd7cd02-97d6-4a22-8f31-2fc43dc160b8
2021-06-09T07:23:33.277Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_juaPvp 0 3b0e3bca-6253-4c57-b384-45536f275f36 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:23:33.289Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:33.290Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.290Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-06-09T07:23:33.290Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ae9d9384-3117-4f59-abf0-2590e3f74b68
2021-06-09T07:23:33.290Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ae9d9384-3117-4f59-abf0-2590e3f74b68 matches Tosca VF Customization UUID: ae9d9384-3117-4f59-abf0-2590e3f74b68
2021-06-09T07:23:33.290Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ae9d9384-3117-4f59-abf0-2590e3f74b68  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-09T07:23:33.292Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:33.293Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.293Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ae9d9384-3117-4f59-abf0-2590e3f74b68: {\"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\"}
2021-06-09T07:23:33.293Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7390e39a
2021-06-09T07:23:33.293Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:33.293Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T07:23:33.294Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eb9936b6-18d0-4708-8d87-56930befa3bf
2021-06-09T07:23:33.294Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eb9936b6-18d0-4708-8d87-56930befa3bf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-09T07:23:33.295Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:33.295Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:33.296Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:23:33.296Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:33.296Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:33.296Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:23:33.296Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:33.296Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is not matching search criteria
2021-06-09T07:23:33.296Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-09T07:23:33.297Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-09T07:23:33.297Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cec75eb3-04aa-4ae5-86f1-9f88348bea16
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-09T07:23:33.298Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:33.299Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:33.299Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:23:33.299Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:33.300Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:33.300Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0] matching following query criteria: sdcType=VF, customizationUUID=ae9d9384-3117-4f59-abf0-2590e3f74b68
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:23:33.302Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:33.302Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.302Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid dcd7cd02-97d6-4a22-8f31-2fc43dc160b8: basic_onboard_juaPvp
2021-06-09T07:23:33.303Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:33.303Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.303Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:33.303Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.304Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:33.304Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.304Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:33.304Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.305Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:23:33.305Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.305Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_juaPvp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-06-09T07:23:33.368Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_juaPvp 3b0e3bca-6253-4c57-b384-45536f275f36 1 ASDC deployResourceStructure
2021-06-09T07:23:33.368Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json ASDC sendASDCNotification
2021-06-09T07:23:33.368Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json
2021-06-09T07:23:33.368Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:23:33.368Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:33.370Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:33.370Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223413368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:23:33.470Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:33.471Z||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.
2021-06-09T07:23:33.471Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:33.479Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:33.479Z||pool-30-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:34.371Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-09T07:23:34.371Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml
2021-06-09T07:23:34.372Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:23:34.372Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:34.374Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:34.374Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223414370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-09T07:23:34.475Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:23:34.475Z||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.
2021-06-09T07:23:34.475Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:34.483Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:34.484Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:35.375Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-09T07:23:35.375Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env
2021-06-09T07:23:35.376Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:23:35.376Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:35.378Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:35.379Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223415375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-09T07:23:35.479Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:35.479Z||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.
2021-06-09T07:23:35.480Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:35.487Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:35.488Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:36.380Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar ASDC sendASDCNotification
2021-06-09T07:23:36.380Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:36.381Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:23:36.381Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:36.384Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:36.384Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223416379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:23:36.484Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T07:23:36.485Z||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.
2021-06-09T07:23:36.485Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:36.492Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:23:36.492Z||pool-33-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:37.386Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8982a454-3ecc-4be8-bd94-1af9ba393cbb
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=?
2021-06-09T07:23:37.398Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8982a454-3ecc-4be8-bd94-1af9ba393cbb
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=?
2021-06-09T07:23:37.402Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:23:37.402Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-09T07:23:37.402Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-09T07:23:37.402Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-09T07:23:37.402Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:23:37.402Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:23:37.402Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:23:37.403Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:23:37.403Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:23:37.403Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:23:37.403Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
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=?
2021-06-09T07:23:37.408Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-09T07:24:07.408Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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=?
2021-06-09T07:24:07.412Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8982a454-3ecc-4be8-bd94-1af9ba393cbb and serviceModelVersionId: dcd7cd02-97d6-4a22-8f31-2fc43dc160b8
2021-06-09T07:24:07.412Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff70d3ea-c15c-4b9a-905d-d5c971ed57b6
2021-06-09T07:24:07.413Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff70d3ea-c15c-4b9a-905d-d5c971ed57b6/model-vers/model-ver/dcd7cd02-97d6-4a22-8f31-2fc43dc160b8?depth=0
2021-06-09T07:24:07.417Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-06-09T07:24:07.443Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff70d3ea-c15c-4b9a-905d-d5c971ed57b6/model-vers/model-ver/dcd7cd02-97d6-4a22-8f31-2fc43dc160b8?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]}
2021-06-09T07:24:07.444Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff70d3ea-c15c-4b9a-905d-d5c971ed57b6/model-vers/model-ver/dcd7cd02-97d6-4a22-8f31-2fc43dc160b8?depth=0|INFO|500||Invoke
2021-06-09T07:24:07.464Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff70d3ea-c15c-4b9a-905d-d5c971ed57b6/model-vers/model-ver/dcd7cd02-97d6-4a22-8f31-2fc43dc160b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-09T07:24:07.537Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff70d3ea-c15c-4b9a-905d-d5c971ed57b6/model-vers/model-ver/dcd7cd02-97d6-4a22-8f31-2fc43dc160b8?depth=0|INFO|500||InvokeReturn
2021-06-09T07:24:07.537Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff70d3ea-c15c-4b9a-905d-d5c971ed57b6/model-vers/model-ver/dcd7cd02-97d6-4a22-8f31-2fc43dc160b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210609-07:24:07:471-12096], vertex-id=[172216], Content-Length=[0], Date=[Wed, 09 Jun 2021 07:24:07 GMT], Content-Type=[application/json]}
2021-06-09T07:24:07.537Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-06-09T07:24:07.538Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-09T07:24:07.538Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:24:07.541Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||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)
2021-06-09T07:24:07.542Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8982a454-3ecc-4be8-bd94-1af9ba393cbb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-09T07:24:07.542Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-09T07:24:07.542Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:24:07.544Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:24:07.544Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223447542,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:24:07.645Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:24:07.645Z||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.
2021-06-09T07:24:07.645Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:24:07.657Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:24:07.657Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 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=?
2021-06-09T07:24:08.555Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:24:08.556Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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.
2021-06-09T07:24:08.556Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:24:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:24:11.902Z||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.
2021-06-09T07:24:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:24:12.518Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223393712,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223394725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223394725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223394725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223394725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223394725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223394725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223394725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223406211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223408761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223410242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223412273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223413368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223414370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223415375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223416379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223447542,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:18.087Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:24:18.088Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:24:18.088Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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.
2021-06-09T07:24:18.088Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:24:27.617Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:24:27.618Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:24:27.619Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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.
2021-06-09T07:24:27.619Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:24:37.152Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:24:37.152Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:24:37.153Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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.
2021-06-09T07:24:37.153Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:24:46.686Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:25:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:25:11.901Z||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.
2021-06-09T07:25:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:25:11.903Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:25:11.903Z||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.
2021-06-09T07:25:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:25:21.436Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:25:21.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:26:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:26:11.901Z||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.
2021-06-09T07:26:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:26:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:26:11.903Z||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.
2021-06-09T07:26:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:26:21.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:26:21.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:27:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:27:11.901Z||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.
2021-06-09T07:27:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:27:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:27:11.903Z||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.
2021-06-09T07:27:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:27:21.433Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:27:21.434Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:28:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:28:11.901Z||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.
2021-06-09T07:28:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:28:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:28:11.902Z||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.
2021-06-09T07:28:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:28:21.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:28:21.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:29:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:29:11.901Z||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.
2021-06-09T07:29:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:29:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:29:11.902Z||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.
2021-06-09T07:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:29:12.524Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:29:12.524Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:29:12.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"23fab416-79de-4e05-815b-248456deb980","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1d67a72f-f650-4bc0-bb89-fd3d14b32772","serviceDescription":"service","serviceInvariantUUID":"e9724442-ffd9-46f2-8c02-20a17205e608","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4ada5cb5-4e83-40d5-a7b0-21f071c6e74e","resourceInvariantUUID":"397ca110-36b6-47de-a87e-f551cd458acc","resourceCustomizationUUID":"c245b684-cf87-4e51-8e91-c0ba0850c8ac","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZmQyNDMxN2MyODM3OTVjNGVkOWNlZjg5NWYyMjdiZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8eb95564-f1cf-46b8-a1eb-b5fdcb71bc4c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGE2OTM4MTE2Njg0MDc3YzEwODQ3ZGVmZGQ5NmY5NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c94b9f3-7ed6-4d48-8b79-fdd749b184f3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T07:29:12.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "aai-ml",
  "timestamp": 1623223708893,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.528Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:29:12.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223715496,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.528Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:29:12.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223711905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "cds",
  "timestamp": 1623223711376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "aai-ml",
  "timestamp": 1623223708893,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223711905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223715496,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:29:12.530Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:29:12.530Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223751900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "cds",
  "timestamp": 1623223711376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "cds",
  "timestamp": 1623223718609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:29:12.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "aai-ml",
  "timestamp": 1623223718687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:29:12.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "cds",
  "timestamp": 1623223719613,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-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 (?, ?, ?, ?, ?)
2021-06-09T07:29:12.543Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23fab416-79de-4e05-815b-248456deb980
2021-06-09T07:29:12.543Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23fab416-79de-4e05-815b-248456deb980 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 (?, ?, ?, ?, ?)
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223720390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223720390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "aai-ml",
  "timestamp": 1623223722066,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "dcae-sch",
  "timestamp": 1623223721690,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "clamp",
  "timestamp": 1623223721916,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "aai-ml",
  "timestamp": 1623223723069,
  "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=?
2021-06-09T07:29:12.554Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23fab416-79de-4e05-815b-248456deb980
2021-06-09T07:29:12.554Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23fab416-79de-4e05-815b-248456deb980 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 (?, ?, ?, ?, ?)
2021-06-09T07:29:12.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "dcae-sch",
  "timestamp": 1623223721690,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "clamp",
  "timestamp": 1623223721916,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:29:12.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "policy-id",
  "timestamp": 1623223723038,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "policy-id",
  "timestamp": 1623223723038,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "policy-id",
  "timestamp": 1623223725776,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223725495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223725518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "policy-id",
  "timestamp": 1623223726780,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223725495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223725518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:29:12.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "policy-id",
  "timestamp": 1623223727786,
  "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=?
2021-06-09T07:29:12.564Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23fab416-79de-4e05-815b-248456deb980
2021-06-09T07:29:12.564Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23fab416-79de-4e05-815b-248456deb980 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 (?, ?, ?, ?, ?)
2021-06-09T07:29:12.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223728546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:29:12.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223730015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:29:12.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223731017,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
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=?
2021-06-09T07:29:12.572Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23fab416-79de-4e05-815b-248456deb980
2021-06-09T07:29:12.572Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23fab416-79de-4e05-815b-248456deb980 and ComponentName SDNC
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 (?, ?, ?, ?, ?)
2021-06-09T07:29:12.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "clamp",
  "timestamp": 1623223734423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:29:12.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "clamp",
  "timestamp": 1623223736431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:29:12.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "clamp",
  "timestamp": 1623223737433,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-06-09T07:29:12.581Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 23fab416-79de-4e05-815b-248456deb980
2021-06-09T07:29:12.581Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23fab416-79de-4e05-815b-248456deb980 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-06-09T07:29:12.630Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:29:12.631Z||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.
2021-06-09T07:29:12.631Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:29:12.640Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:29:12.641Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:29:13.531Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:29:13.532Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:29:13.534Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:29:13.535Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223751900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:29:13.635Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:29:13.635Z||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.
2021-06-09T07:29:13.635Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:29:13.642Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:29:13.643Z||pool-36-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:29:14.536Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "1d67a72f-f650-4bc0-bb89-fd3d14b32772",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e9724442-ffd9-46f2-8c02-20a17205e608",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c245b684-cf87-4e51-8e91-c0ba0850c8ac",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "4ada5cb5-4e83-40d5-a7b0-21f071c6e74e",
      "resourceInvariantUUID": "397ca110-36b6-47de-a87e-f551cd458acc",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "NGE2OTM4MTE2Njg0MDc3YzEwODQ3ZGVmZGQ5NmY5NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9c94b9f3-7ed6-4d48-8b79-fdd749b184f3"
    }
  ],
  "workloadContext": "Production"
}
2021-06-09T07:29:14.537Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T07:29:14.537Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1d67a72f-f650-4bc0-bb89-fd3d14b32772 ASDC
2021-06-09T07:29:14.537Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:23fab416-79de-4e05-815b-248456deb980
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1d67a72f-f650-4bc0-bb89-fd3d14b32772
ServiceInvariantUUID:e9724442-ffd9-46f2-8c02-20a17205e608
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:9c94b9f3-7ed6-4d48-8b79-fdd749b184f3
ArtifactChecksum:NGE2OTM4MTE2Njg0MDc3YzEwODQ3ZGVmZGQ5NmY5NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c245b684-cf87-4e51-8e91-c0ba0850c8ac
ResourceInvariantUUID:397ca110-36b6-47de-a87e-f551cd458acc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4ada5cb5-4e83-40d5-a7b0-21f071c6e74e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-06-09T07:29:14.538Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d67a72f-f650-4bc0-bb89-fd3d14b32772 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=?
2021-06-09T07:29:14.561Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:29:14.562Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:29:14.562Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:29:14.562Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9c94b9f3-7ed6-4d48-8b79-fdd749b184f3 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-09T07:29:14.562Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:29:14.563Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-09T07:29:16.543Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:29:16.547Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9c94b9f3-7ed6-4d48-8b79-fdd749b184f3 52218
2021-06-09T07:29:16.547Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-09T07:29:16.547Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-09T07:29:16.547Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:29:16.547Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:29:16.550Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:29:16.550Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223756547,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:29:16.650Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:29:16.651Z||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.
2021-06-09T07:29:16.651Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:29:16.659Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:29:16.659Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:29:17.551Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:29:17.551Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:29:17.552Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9c94b9f3-7ed6-4d48-8b79-fdd749b184f3, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.552Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-06-09T07:29:17.552Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.552Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.626Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5126665708745960710/Definitions/service-BasicNetwork-template.yml
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|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-BasicNetwork-csar.csar
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:1d67a72f-f650-4bc0-bb89-fd3d14b32772
Model Version:NULL
Model InvariantUuid:e9724442-ffd9-46f2-8c02-20a17205e608
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:397ca110-36b6-47de-a87e-f551cd458acc
Model UUID:51b7c76e-55bc-4bba-bb7f-7319797c5bac
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c245b684-cf87-4e51-8e91-c0ba0850c8ac
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-09T07:29:17.952Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 4ada5cb5-4e83-40d5-a7b0-21f071c6e74e
2021-06-09T07:29:17.952Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||No resources found for Service: 1d67a72f-f650-4bc0-bb89-fd3d14b32772
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:29:17.955Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||
2021-06-09T07:29:17.955Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-06-09T07:29:17.955Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 1d67a72f-f650-4bc0-bb89-fd3d14b32772
2021-06-09T07:29:17.955Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1d67a72f-f650-4bc0-bb89-fd3d14b32772
2021-06-09T07:29:17.955Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-06-09T07:29:17.955Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:29:17.960Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:29:17.960Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.960Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:29:17.960Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.961Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1d67a72f-f650-4bc0-bb89-fd3d14b32772: Generic NeutronNet
2021-06-09T07:29:17.961Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:29:17.961Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.961Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:29:17.961Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-06-09T07:29:17.979Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:29:17.979Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.980Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:29:17.980Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.980Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:29:17.980Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.980Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_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 network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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 (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-06-09T07:29:18.019Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-06-09T07:29:18.019Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-09T07:29:18.019Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-09T07:29:18.019Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:29:18.019Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:29:18.020Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:29:18.020Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223758019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:29:18.121Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:29:18.121Z||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.
2021-06-09T07:29:18.122Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:29:18.130Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:29:18.131Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:29:19.021Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23fab416-79de-4e05-815b-248456deb980
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=?
2021-06-09T07:29:19.031Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23fab416-79de-4e05-815b-248456deb980
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=?
2021-06-09T07:29:19.033Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:29:19.033Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
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=?
2021-06-09T07:29:19.038Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-09T07:29:49.038Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23fab416-79de-4e05-815b-248456deb980 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=?
2021-06-09T07:29:49.048Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23fab416-79de-4e05-815b-248456deb980 and serviceModelVersionId: 1d67a72f-f650-4bc0-bb89-fd3d14b32772
2021-06-09T07:29:49.048Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9724442-ffd9-46f2-8c02-20a17205e608
2021-06-09T07:29:49.049Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9724442-ffd9-46f2-8c02-20a17205e608/model-vers/model-ver/1d67a72f-f650-4bc0-bb89-fd3d14b32772?depth=0
2021-06-09T07:29:49.053Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-06-09T07:29:49.084Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9724442-ffd9-46f2-8c02-20a17205e608/model-vers/model-ver/1d67a72f-f650-4bc0-bb89-fd3d14b32772?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]}
2021-06-09T07:29:49.085Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9724442-ffd9-46f2-8c02-20a17205e608/model-vers/model-ver/1d67a72f-f650-4bc0-bb89-fd3d14b32772?depth=0|INFO|500||Invoke
2021-06-09T07:29:49.103Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9724442-ffd9-46f2-8c02-20a17205e608/model-vers/model-ver/1d67a72f-f650-4bc0-bb89-fd3d14b32772?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-09T07:29:49.345Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9724442-ffd9-46f2-8c02-20a17205e608/model-vers/model-ver/1d67a72f-f650-4bc0-bb89-fd3d14b32772?depth=0|INFO|500||InvokeReturn
2021-06-09T07:29:49.346Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9724442-ffd9-46f2-8c02-20a17205e608/model-vers/model-ver/1d67a72f-f650-4bc0-bb89-fd3d14b32772?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210609-07:29:49:110-41960], vertex-id=[401632], Content-Length=[0], Date=[Wed, 09 Jun 2021 07:29:49 GMT], Content-Type=[application/json]}
2021-06-09T07:29:49.346Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-06-09T07:29:49.346Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-09T07:29:49.346Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:29:49.350Z|23fab416-79de-4e05-815b-248456deb980|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)
2021-06-09T07:29:49.350Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23fab416-79de-4e05-815b-248456deb980 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-09T07:29:49.350Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-09T07:29:49.351Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:29:49.352Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:29:49.352Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223789350,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:29:49.453Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:29:49.453Z||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.
2021-06-09T07:29:49.454Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:29:49.466Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:29:49.466Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 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=?
2021-06-09T07:30:11.900Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:30:11.901Z|23fab416-79de-4e05-815b-248456deb980|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.
2021-06-09T07:30:11.901Z|23fab416-79de-4e05-815b-248456deb980|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:30:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:30:11.903Z||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.
2021-06-09T07:30:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:30:12.018Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:30:12.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:30:12.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223751900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:30:12.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:30:12.517Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:30:12.518Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-09T07:30:12.519Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3ff32d0-0da4-41c2-b68d-4366813c5ca4","serviceName":"Demo_pNF_dKoAOXAnVnjHgUtyBYSg","serviceVersion":"1.0","serviceUUID":"b35ea265-51b1-4188-9f96-f8626b5e530f","serviceDescription":"catalog service description","serviceInvariantUUID":"743ad55b-dc6b-4b72-864c-93f623688305","resources":[{"resourceInstanceName":"pNF ed4a3e4d-e0ff 0","resourceName":"pNF ed4a3e4d-e0ff","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fc1633f6-7d92-48d5-80d9-29a14be0cb49","resourceInvariantUUID":"0a1b3b97-d98f-4b45-af12-12b0174c1900","resourceCustomizationUUID":"be224447-7bf2-4e53-adb8-aac97e615640","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml","artifactChecksum":"NjNhMTNhZWZmZWI5NjY5YzgwMjFhYWI1NzJjOGQyZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8323e910-9703-4300-bac7-31ed4a0916bc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar","artifactChecksum":"MzAyNmI5NjY2NjM1ZTA3MzYyOTBjMzVmYjIxNzhhYjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0b3500b-35ea-494f-b4db-c6a07ba250a4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce7a09e1-301a-476a-abb9-2b898888113e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml","artifactChecksum":"YWNjNTE5NDE1MDYxMWM5ZjkwZjFiMDVlMzIzNTNmOTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22e2ef13-af57-4a99-bad9-8465d943740d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5993a55-1c47-43cd-b6c5-b57546a2ae04","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"80be15a8-0daa-4415-98d2-a3317258280b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDkoaoxanvnjhgutybysg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml","artifactChecksum":"YjZhNTdmN2NmZWMyYmRmNDcxMjZiMGVhNDc5Njc4MGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"898d3e09-134c-4b3e-8495-ff6508658ea6","artifactVersion":"1"},{"artifactName":"service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar","artifactChecksum":"ZjlmZWZhYThjZTI2YmY0MTIzMDM0Mzg1MTY1N2Y2Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a024d85b-c815-4973-9960-b39da2cba0ba","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T07:30:12.522Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:12.523Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:12.525Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:12.525Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:30:12.625Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:30:12.626Z||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.
2021-06-09T07:30:12.626Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:12.635Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:30:12.635Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:13.526Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:13.527Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:13.530Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:13.530Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:30:13.630Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T07:30:13.631Z||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.
2021-06-09T07:30:13.631Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:13.638Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:30:13.639Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:14.533Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:14.534Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:14.537Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:14.537Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:30:14.637Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:30:14.638Z||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.
2021-06-09T07:30:14.638Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:14.648Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:30:14.648Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:30:15.537Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:15.538Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:15.540Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:15.541Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:30:15.641Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:30:15.641Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:30:15.642Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:15.649Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:30:15.650Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:16.541Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:16.542Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:16.544Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:16.544Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:30:16.645Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T07:30:16.645Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:30:16.645Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:16.653Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:30:16.654Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:17.545Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:17.546Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:17.547Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:17.547Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:30:17.648Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:30:17.649Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:30:17.649Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:17.657Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:30:17.657Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:18.548Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:18.549Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:18.551Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:18.551Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:30:18.651Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:30:18.652Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:30:18.652Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:18.660Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:30:18.661Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:30:19.552Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:19.553Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:19.555Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:19.555Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:30:19.655Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:30:19.656Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:30:19.656Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:19.666Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:30:19.667Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:20.557Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "serviceName": "Demo_pNF_dKoAOXAnVnjHgUtyBYSg",
  "serviceVersion": "1.0",
  "serviceUUID": "b35ea265-51b1-4188-9f96-f8626b5e530f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "743ad55b-dc6b-4b72-864c-93f623688305",
  "resources": [
    {
      "resourceInstanceName": "pNF ed4a3e4d-e0ff 0",
      "resourceCustomizationUUID": "be224447-7bf2-4e53-adb8-aac97e615640",
      "resourceName": "pNF ed4a3e4d-e0ff",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fc1633f6-7d92-48d5-80d9-29a14be0cb49",
      "resourceInvariantUUID": "0a1b3b97-d98f-4b45-af12-12b0174c1900",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
      "artifactChecksum": "ZjlmZWZhYThjZTI2YmY0MTIzMDM0Mzg1MTY1N2Y2Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a024d85b-c815-4973-9960-b39da2cba0ba"
    }
  ],
  "workloadContext": "Production"
}
2021-06-09T07:30:20.557Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T07:30:20.557Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b35ea265-51b1-4188-9f96-f8626b5e530f ASDC
2021-06-09T07:30:20.558Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d3ff32d0-0da4-41c2-b68d-4366813c5ca4
ServiceName:Demo_pNF_dKoAOXAnVnjHgUtyBYSg
ServiceVersion:1.0
ServiceUUID:b35ea265-51b1-4188-9f96-f8626b5e530f
ServiceInvariantUUID:743ad55b-dc6b-4b72-864c-93f623688305
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
ArtifactUUID:a024d85b-c815-4973-9960-b39da2cba0ba
ArtifactChecksum:ZjlmZWZhYThjZTI2YmY0MTIzMDM0Mzg1MTY1N2Y2Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ed4a3e4d-e0ff 0
ResourceCustomizationUUID:be224447-7bf2-4e53-adb8-aac97e615640
ResourceInvariantUUID:0a1b3b97-d98f-4b45-af12-12b0174c1900
ResourceName:pNF ed4a3e4d-e0ff
ResourceType:PNF
ResourceUUID:fc1633f6-7d92-48d5-80d9-29a14be0cb49
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-06-09T07:30:20.559Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b35ea265-51b1-4188-9f96-f8626b5e530f 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-09T07:30:20.582Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:30:20.582Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:30:20.582Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:30:20.582Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a024d85b-c815-4973-9960-b39da2cba0ba from URL: /sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:20.583Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:30:20.583Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:21.164Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:30:21.171Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar a024d85b-c815-4973-9960-b39da2cba0ba 83337
2021-06-09T07:30:21.171Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar ASDC sendASDCNotification
2021-06-09T07:30:21.172Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:21.172Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:30:21.172Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:21.174Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:21.174Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223821171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:30:21.275Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:30:21.275Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:30:21.276Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:21.284Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:30:21.284Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:22.175Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:30:22.176Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:30:22.177Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a024d85b-c815-4973-9960-b39da2cba0ba, URL: /sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar to file: /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.177Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.177Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.177Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.257Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18358578962681677183/Definitions/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml
2021-06-09T07:30:22.811Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T07:30:22.811Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ed4a3e4d-e0ff 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|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-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|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-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ed4a3e4d-e0ff 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|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-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Node template pNF ed4a3e4d-e0ff 0 is matching search criteria
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF ed4a3e4d-e0ff 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Node template pNF ed4a3e4d-e0ff 0 is matching search criteria
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF ed4a3e4d-e0ff 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:30:22.814Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.814Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dKoAOXAnVnjHgUtyBYSg
Description:catalog service description
Model UUID:b35ea265-51b1-4188-9f96-f8626b5e530f
Model Version:NULL
Model InvariantUuid:743ad55b-dc6b-4b72-864c-93f623688305
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-09T07:30:22.818Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: fc1633f6-7d92-48d5-80d9-29a14be0cb49
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:30:22.821Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||pNF ed4a3e4d-e0ff 0
2021-06-09T07:30:22.821Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fc1633f6-7d92-48d5-80d9-29a14be0cb49
2021-06-09T07:30:22.821Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b35ea265-51b1-4188-9f96-f8626b5e530f
2021-06-09T07:30:22.821Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b35ea265-51b1-4188-9f96-f8626b5e530f
2021-06-09T07:30:22.821Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ed4a3e4d-e0ff 0 fc1633f6-7d92-48d5-80d9-29a14be0cb49 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:30:22.824Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:30:22.824Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.825Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b35ea265-51b1-4188-9f96-f8626b5e530f: pNF ed4a3e4d-e0ff
2021-06-09T07:30:22.825Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||Processing PNF resource: fc1633f6-7d92-48d5-80d9-29a14be0cb49
2021-06-09T07:30:22.825Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:30:22.825Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.825Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||Resource customization UUID: be224447-7bf2-4e53-adb8-aac97e615640 is the same as notified resource customizationUUID: be224447-7bf2-4e53-adb8-aac97e615640
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 (?, ?, ?, ?, ?)
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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-06-09T07:30:22.864Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ed4a3e4d-e0ff fc1633f6-7d92-48d5-80d9-29a14be0cb49 0 ASDC deployResourceStructure
2021-06-09T07:30:22.864Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar ASDC sendASDCNotification
2021-06-09T07:30:22.864Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.864Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:30:22.865Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:22.866Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:22.866Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223822864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:30:22.966Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:30:22.967Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:30:22.967Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:22.975Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:30:22.975Z||pool-49-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:23.867Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3ff32d0-0da4-41c2-b68d-4366813c5ca4
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=?
2021-06-09T07:30:23.879Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3ff32d0-0da4-41c2-b68d-4366813c5ca4
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=?
2021-06-09T07:30:23.881Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:30:23.881Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:30:23.881Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:30:53.882Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3ff32d0-0da4-41c2-b68d-4366813c5ca4
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=?
2021-06-09T07:30:53.893Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3ff32d0-0da4-41c2-b68d-4366813c5ca4
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=?
2021-06-09T07:30:53.898Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:30:53.898Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:30:53.898Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:31:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:31:11.902Z||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.
2021-06-09T07:31:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:31:11.924Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:31:11.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223751900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:31:11.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223756547,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:31:11.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:31:11.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223758019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:31:11.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:31:11.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223760390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "dcae-sch",
  "timestamp": 1623223761690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223765518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "policy-id",
  "timestamp": 1623223763038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "aai-ml",
  "timestamp": 1623223768893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223760390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "dcae-sch",
  "timestamp": 1623223761690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223765518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "policy-id",
  "timestamp": 1623223763038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "aai-ml",
  "timestamp": 1623223768893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223760390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "dcae-sch",
  "timestamp": 1623223761690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223765518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "policy-id",
  "timestamp": 1623223763038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "aai-ml",
  "timestamp": 1623223768893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "dcae-sch",
  "timestamp": 1623223761690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223760390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223765518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "cds",
  "timestamp": 1623223771376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "policy-id",
  "timestamp": 1623223763038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "aai-ml",
  "timestamp": 1623223768893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223771905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223760390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "dcae-sch",
  "timestamp": 1623223761690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223765518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "cds",
  "timestamp": 1623223771376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "policy-id",
  "timestamp": 1623223763038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "aai-ml",
  "timestamp": 1623223768893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223771905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223760390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "dcae-sch",
  "timestamp": 1623223761690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223765518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "cds",
  "timestamp": 1623223771376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "policy-id",
  "timestamp": 1623223763038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "aai-ml",
  "timestamp": 1623223768893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223771905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223760390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223765518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "dcae-sch",
  "timestamp": 1623223761690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "cds",
  "timestamp": 1623223771376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "policy-id",
  "timestamp": 1623223763038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "aai-ml",
  "timestamp": 1623223768893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223771905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223760390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "dcae-sch",
  "timestamp": 1623223761690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223765518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "cds",
  "timestamp": 1623223771376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "policy-id",
  "timestamp": 1623223763038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223775496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "aai-ml",
  "timestamp": 1623223768893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223771905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "cds",
  "timestamp": 1623223771376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223775496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223777315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "policy-id",
  "timestamp": 1623223777312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223771905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "aai-ml",
  "timestamp": 1623223777661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "cds",
  "timestamp": 1623223771376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223775496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "policy-id",
  "timestamp": 1623223778314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223771905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223778570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-06-09T07:31:11.939Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:31:11.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "cds",
  "timestamp": 1623223771376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:31:11.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223775496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "policy-id",
  "timestamp": 1623223779316,
  "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=?
2021-06-09T07:31:11.946Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3ff32d0-0da4-41c2-b68d-4366813c5ca4
2021-06-09T07:31:11.946Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ff32d0-0da4-41c2-b68d-4366813c5ca4 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 (?, ?, ?, ?, ?)
2021-06-09T07:31:11.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223771905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:31:11.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223779608,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
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=?
2021-06-09T07:31:11.958Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d3ff32d0-0da4-41c2-b68d-4366813c5ca4
2021-06-09T07:31:11.958Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ff32d0-0da4-41c2-b68d-4366813c5ca4 and ComponentName 
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 (?, ?, ?, ?, ?)
2021-06-09T07:31:11.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223775496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "cds",
  "timestamp": 1623223780496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:31:11.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:31:11.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223775496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "cds",
  "timestamp": 1623223781502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-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=?
2021-06-09T07:31:11.970Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3ff32d0-0da4-41c2-b68d-4366813c5ca4
2021-06-09T07:31:11.970Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ff32d0-0da4-41c2-b68d-4366813c5ca4 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 (?, ?, ?, ?, ?)
2021-06-09T07:31:11.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "aai-ml",
  "timestamp": 1623223781867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:31:11.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:31:11.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223775496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "clamp",
  "timestamp": 1623223781916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "aai-ml",
  "timestamp": 1623223782871,
  "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=?
2021-06-09T07:31:11.981Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d3ff32d0-0da4-41c2-b68d-4366813c5ca4
2021-06-09T07:31:11.981Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ff32d0-0da4-41c2-b68d-4366813c5ca4 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 (?, ?, ?, ?, ?)
2021-06-09T07:31:11.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223775496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:31:11.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "clamp",
  "timestamp": 1623223781916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "clamp",
  "timestamp": 1623223781916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "clamp",
  "timestamp": 1623223781916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223785495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "clamp",
  "timestamp": 1623223781916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223785495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "clamp",
  "timestamp": 1623223781916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223785495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "clamp",
  "timestamp": 1623223781916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223785495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23fab416-79de-4e05-815b-248456deb980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223789350,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:31:11.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:31:11.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "clamp",
  "timestamp": 1623223781916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:31:11.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223785495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223785495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223785495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223785495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223795749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223797425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:31:11.992Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:31:11.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:11.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223798428,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
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=?
2021-06-09T07:31:11.998Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3ff32d0-0da4-41c2-b68d-4366813c5ca4
2021-06-09T07:31:11.998Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ff32d0-0da4-41c2-b68d-4366813c5ca4 and ComponentName SDNC
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 (?, ?, ?, ?, ?)
2021-06-09T07:31:12.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:12.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "clamp",
  "timestamp": 1623223801434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:31:12.005Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:31:12.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:12.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "clamp",
  "timestamp": 1623223804437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:31:12.005Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:31:12.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:31:12.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "clamp",
  "timestamp": 1623223805440,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-06-09T07:31:12.009Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d3ff32d0-0da4-41c2-b68d-4366813c5ca4
2021-06-09T07:31:12.009Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ff32d0-0da4-41c2-b68d-4366813c5ca4 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-06-09T07:31:23.899Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3ff32d0-0da4-41c2-b68d-4366813c5ca4
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=?
2021-06-09T07:31:23.909Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3ff32d0-0da4-41c2-b68d-4366813c5ca4
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=?
2021-06-09T07:31:23.911Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:31:23.911Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-09T07:31:23.911Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-09T07:31:23.912Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-09T07:31:23.912Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:31:23.912Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:31:23.912Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:31:23.912Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:31:23.912Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:31:23.912Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:31:23.912Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:31:23.912Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
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=?
2021-06-09T07:31:23.916Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-09T07:31:53.917Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d3ff32d0-0da4-41c2-b68d-4366813c5ca4 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=?
2021-06-09T07:31:53.921Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d3ff32d0-0da4-41c2-b68d-4366813c5ca4 and serviceModelVersionId: b35ea265-51b1-4188-9f96-f8626b5e530f
2021-06-09T07:31:53.921Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 743ad55b-dc6b-4b72-864c-93f623688305
2021-06-09T07:31:53.922Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/743ad55b-dc6b-4b72-864c-93f623688305/model-vers/model-ver/b35ea265-51b1-4188-9f96-f8626b5e530f?depth=0
2021-06-09T07:31:53.927Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-06-09T07:31:53.952Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/743ad55b-dc6b-4b72-864c-93f623688305/model-vers/model-ver/b35ea265-51b1-4188-9f96-f8626b5e530f?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]}
2021-06-09T07:31:53.953Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/743ad55b-dc6b-4b72-864c-93f623688305/model-vers/model-ver/b35ea265-51b1-4188-9f96-f8626b5e530f?depth=0|INFO|500||Invoke
2021-06-09T07:31:53.971Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/743ad55b-dc6b-4b72-864c-93f623688305/model-vers/model-ver/b35ea265-51b1-4188-9f96-f8626b5e530f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-09T07:31:54.381Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/743ad55b-dc6b-4b72-864c-93f623688305/model-vers/model-ver/b35ea265-51b1-4188-9f96-f8626b5e530f?depth=0|INFO|500||InvokeReturn
2021-06-09T07:31:54.382Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/743ad55b-dc6b-4b72-864c-93f623688305/model-vers/model-ver/b35ea265-51b1-4188-9f96-f8626b5e530f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210609-07:31:53:977-45567], vertex-id=[200848], Content-Length=[0], Date=[Wed, 09 Jun 2021 07:31:53 GMT], Content-Type=[application/json]}
2021-06-09T07:31:54.382Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-06-09T07:31:54.382Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-09T07:31:54.382Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:31:54.387Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|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)
2021-06-09T07:31:54.387Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d3ff32d0-0da4-41c2-b68d-4366813c5ca4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-09T07:31:54.387Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-09T07:31:54.387Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:31:54.390Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:31:54.390Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223914387,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:31:54.490Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:31:54.490Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:31:54.491Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:31:54.501Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:31:54.501Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 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=?
2021-06-09T07:31:55.401Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:31:55.401Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|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.
2021-06-09T07:31:55.401Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:32:04.931Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:11.900Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:32:11.901Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|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.
2021-06-09T07:32:11.901Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:32:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:32:11.902Z||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.
2021-06-09T07:32:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:32:11.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:11.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:32:11.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:32:11.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:32:11.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:32:11.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:32:11.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:32:11.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:32:11.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:32:11.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:32:11.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:32:11.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:32:11.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:32:11.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:32:11.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:32:11.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:32:11.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:32:11.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:32:11.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:32:11.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:32:11.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:32:11.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:32:11.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:32:11.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223811900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:32:11.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:32:11.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:32:11.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223821171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:32:11.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:32:11.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:32:11.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223822864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:32:11.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:32:18.529Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:18.530Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-09T07:32:18.530Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b0fd321-ca5b-48df-a8fc-32b0cf20c538","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9","serviceDescription":"service","serviceInvariantUUID":"8754e7c4-3cde-4144-8276-fb447f1f8fee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"524d526a-0b72-4658-a7f5-525dedc97fad","resourceInvariantUUID":"54141c98-ae80-47a8-876a-f92d7e99acff","resourceCustomizationUUID":"cb839011-11fb-4b97-b7a6-b3e3ff34aaf4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ODFkMTI3YmNkZGY1OGZmNjViNjE5OWNhMTg2NGZlMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ccda573-eeb6-443a-8e90-ff6ab9f1f97b","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"Nzc0YzUzYTI5M2RmMTY2MjY0MzhhMGE1NTQzNzhlZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"35ca0783-b555-442e-91ad-abf33d262b44","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8f704c09-8ddd-4a5a-97c3-3c772f8be507","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3a84972e-2f32-4d31-acd3-5a6e127db872","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd618904-4a1d-4539-aee1-eaea643a6fb5","artifactVersion":"2","generatedFromUUID":"8f704c09-8ddd-4a5a-97c3-3c772f8be507"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWExMzJmYzdkODRkMDg0NWYyMmI4MDRmYWZjOTM2Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5902d791-2790-4935-b411-7ff3dcc11c2f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTIyYWJkOGY1ZDJiZTExNWU1NDdmOTM0NjM5ZDY2OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"363e91ba-2491-46b0-9ac1-234e63abe9d8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T07:32:18.532Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:32:18.533Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:18.535Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:18.535Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223931900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:32:18.636Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:32:18.636Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:18.637Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:18.645Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:18.645Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:19.536Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:32:19.537Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:19.539Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:19.539Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223931900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:32:19.640Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:32:19.641Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:19.641Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:19.648Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:19.649Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:20.540Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:32:20.541Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:20.543Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:20.543Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223931900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:32:20.643Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:32:20.644Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:20.644Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:20.651Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:20.651Z||pool-53-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:21.544Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:32:21.544Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:21.545Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:21.546Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223931900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:32:21.646Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:32:21.647Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:21.647Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:21.655Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:21.655Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:22.546Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:32:22.547Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:22.548Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:22.548Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223931900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-09T07:32:22.649Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:32:22.649Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:22.649Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:22.655Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:22.656Z||pool-55-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:23.549Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:32:23.550Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:23.552Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:23.553Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223931900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:32:23.653Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:32:23.653Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:23.654Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:23.662Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:23.663Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:24.553Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:32:24.554Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:24.555Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:24.555Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223931900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:32:24.656Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:32:24.657Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:24.657Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:24.668Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:24.668Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:25.558Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8754e7c4-3cde-4144-8276-fb447f1f8fee",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "cb839011-11fb-4b97-b7a6-b3e3ff34aaf4",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "524d526a-0b72-4658-a7f5-525dedc97fad",
      "resourceInvariantUUID": "54141c98-ae80-47a8-876a-f92d7e99acff",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "Nzc0YzUzYTI5M2RmMTY2MjY0MzhhMGE1NTQzNzhlZGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "35ca0783-b555-442e-91ad-abf33d262b44",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8f704c09-8ddd-4a5a-97c3-3c772f8be507",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bd618904-4a1d-4539-aee1-eaea643a6fb5",
            "generatedFromUUID": "8f704c09-8ddd-4a5a-97c3-3c772f8be507"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bd618904-4a1d-4539-aee1-eaea643a6fb5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MTIyYWJkOGY1ZDJiZTExNWU1NDdmOTM0NjM5ZDY2OGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "363e91ba-2491-46b0-9ac1-234e63abe9d8"
    }
  ],
  "workloadContext": "Production"
}
2021-06-09T07:32:25.558Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T07:32:25.558Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9 ASDC
2021-06-09T07:32:25.559Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1b0fd321-ca5b-48df-a8fc-32b0cf20c538
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9
ServiceInvariantUUID:8754e7c4-3cde-4144-8276-fb447f1f8fee
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:363e91ba-2491-46b0-9ac1-234e63abe9d8
ArtifactChecksum:MTIyYWJkOGY1ZDJiZTExNWU1NDdmOTM0NjM5ZDY2OGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:cb839011-11fb-4b97-b7a6-b3e3ff34aaf4
ResourceInvariantUUID:54141c98-ae80-47a8-876a-f92d7e99acff
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:524d526a-0b72-4658-a7f5-525dedc97fad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:35ca0783-b555-442e-91ad-abf33d262b44
ArtifactChecksum:Nzc0YzUzYTI5M2RmMTY2MjY0MzhhMGE1NTQzNzhlZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:8f704c09-8ddd-4a5a-97c3-3c772f8be507
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:bd618904-4a1d-4539-aee1-eaea643a6fb5
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:bd618904-4a1d-4539-aee1-eaea643a6fb5
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-09T07:32:25.559Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-09T07:32:25.591Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:32:25.592Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:32:25.592Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:32:25.592Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 363e91ba-2491-46b0-9ac1-234e63abe9d8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-09T07:32:25.592Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:32:25.592Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-09T07:32:25.798Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:32:25.802Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 363e91ba-2491-46b0-9ac1-234e63abe9d8 74262
2021-06-09T07:32:25.802Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-06-09T07:32:25.802Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-09T07:32:25.802Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:32:25.802Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:25.804Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:25.804Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223945802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:32:25.905Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:32:25.905Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:25.905Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:25.914Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:25.915Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:26.804Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:32:26.806Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:32:26.806Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 363e91ba-2491-46b0-9ac1-234e63abe9d8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-06-09T07:32:26.806Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-06-09T07:32:26.807Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-06-09T07:32:26.807Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-06-09T07:32:26.971Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13053677297209798459/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-06-09T07:32:27.846Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T07:32:27.846Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-06-09T07:32:27.846Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-09T07:32:27.846Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-09T07:32:27.846Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-09T07:32:27.846Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-09T07:32:27.846Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2021-06-09T07:32:27.846Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|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-BasicVm-csar.csar
2021-06-09T07:32:27.846Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|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-BasicVm-csar.csar
2021-06-09T07:32:27.846Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|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-BasicVm-csar.csar
2021-06-09T07:32:27.846Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-09T07:32:27.846Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|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-BasicVm-csar.csar
2021-06-09T07:32:27.846Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-09T07:32:27.847Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|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-BasicVm-csar.csar
2021-06-09T07:32:27.847Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-06-09T07:32:27.847Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:27.847Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:27.847Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-09T07:32:27.847Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-06-09T07:32:27.847Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:32:27.847Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:27.847Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:27.847Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-09T07:32:27.847Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-06-09T07:32:27.847Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:32:27.847Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:27.847Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:32:27.848Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3bf91f8f-9fb9-4e71-9df2-be4c52c3ca02
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:27.849Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9
Model Version:NULL
Model InvariantUuid:8754e7c4-3cde-4144-8276-fb447f1f8fee
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d86d1324-8450-4945-b35f-e2192eca63f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:54141c98-ae80-47a8-876a-f92d7e99acff
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb839011-11fb-4b97-b7a6-b3e3ff34aaf4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57ce78ea-d4ea-4839-a308-9cf59f2d8b08
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:0c952894-fb34-4160-9e51-8e413e46d424
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3bf91f8f-9fb9-4e71-9df2-be4c52c3ca02
ModelInvariantUuid:2cb2705e-6efe-4590-a86e-70328472bd72
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:2aeff33f-bd13-4fd3-9f64-9d03834679eb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:3ceb90fb-7650-4538-a086-de475094c08c
ModelInvariantUuid:7dc5dd27-a95c-4e3c-af68-e81e009ac7a9
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:d465dc30-2491-48c7-a649-b2ed6a5733d0
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-09T07:32:27.855Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 524d526a-0b72-4658-a7f5-525dedc97fad
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:32:27.856Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||basic_vm 0
2021-06-09T07:32:27.856Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 524d526a-0b72-4658-a7f5-525dedc97fad
2021-06-09T07:32:27.856Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 35ca0783-b555-442e-91ad-abf33d262b44 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-09T07:32:27.856Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:32:27.856Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-09T07:32:27.968Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:32:27.968Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 35ca0783-b555-442e-91ad-abf33d262b44 787
2021-06-09T07:32:27.969Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-06-09T07:32:27.969Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-09T07:32:27.969Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:32:27.969Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:27.972Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:27.972Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223947969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:32:28.072Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:32:28.073Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:28.073Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:28.081Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:28.081Z||pool-59-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:28.972Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "57ce78ea-d4ea-4839-a308-9cf59f2d8b08",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c952894-fb34-4160-9e51-8e413e46d424",
    "vfModuleModelCustomizationUUID": "489640e7-69fa-4aeb-b443-a1943728663f",
    "isBase": true,
    "artifacts": [
      "8f704c09-8ddd-4a5a-97c3-3c772f8be507",
      "bd618904-4a1d-4539-aee1-eaea643a6fb5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-09T07:32:28.977Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c952894-fb34-4160-9e51-8e413e46d424
VfModuleModelInvariantUUID:57ce78ea-d4ea-4839-a308-9cf59f2d8b08
VfModuleModelDescription:NULL
Artifacts UUID List:{
8f704c09-8ddd-4a5a-97c3-3c772f8be507
,
bd618904-4a1d-4539-aee1-eaea643a6fb5

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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


}

2021-06-09T07:32:28.980Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "57ce78ea-d4ea-4839-a308-9cf59f2d8b08",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c952894-fb34-4160-9e51-8e413e46d424",
    "vfModuleModelCustomizationUUID": "489640e7-69fa-4aeb-b443-a1943728663f",
    "isBase": true,
    "artifacts": [
      "8f704c09-8ddd-4a5a-97c3-3c772f8be507",
      "bd618904-4a1d-4539-aee1-eaea643a6fb5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-09T07:32:28.980Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c952894-fb34-4160-9e51-8e413e46d424
VfModuleModelInvariantUUID:57ce78ea-d4ea-4839-a308-9cf59f2d8b08
VfModuleModelDescription:NULL
Artifacts UUID List:{
8f704c09-8ddd-4a5a-97c3-3c772f8be507
,
bd618904-4a1d-4539-aee1-eaea643a6fb5

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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


}

2021-06-09T07:32:28.980Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8f704c09-8ddd-4a5a-97c3-3c772f8be507 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-09T07:32:28.981Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:32:28.981Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-09T07:32:29.348Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:32:29.348Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8f704c09-8ddd-4a5a-97c3-3c772f8be507 5033
2021-06-09T07:32:29.349Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-06-09T07:32:29.349Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-09T07:32:29.349Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:32:29.349Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:29.351Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:29.351Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223949349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:32:29.452Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:32:29.452Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:29.453Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:29.461Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:29.461Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:30.352Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bd618904-4a1d-4539-aee1-eaea643a6fb5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-09T07:32:30.353Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:32:30.353Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-09T07:32:30.954Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:32:30.954Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env bd618904-4a1d-4539-aee1-eaea643a6fb5 903
2021-06-09T07:32:30.954Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-06-09T07:32:30.955Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-09T07:32:30.955Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:32:30.955Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:30.957Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:30.957Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223950954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:32:31.058Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:32:31.059Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:31.059Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:31.068Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:31.069Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:31.958Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9
2021-06-09T07:32:31.959Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 524d526a-0b72-4658-a7f5-525dedc97fad ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:32:31.975Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:31.975Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:31.976Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-06-09T07:32:31.976Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= cb839011-11fb-4b97-b7a6-b3e3ff34aaf4
2021-06-09T07:32:31.976Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cb839011-11fb-4b97-b7a6-b3e3ff34aaf4 matches Tosca VF Customization UUID: cb839011-11fb-4b97-b7a6-b3e3ff34aaf4
2021-06-09T07:32:31.976Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: cb839011-11fb-4b97-b7a6-b3e3ff34aaf4  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-09T07:32:31.979Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:31.979Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:31.980Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id cb839011-11fb-4b97-b7a6-b3e3ff34aaf4: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-06-09T07:32:31.980Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3676e27
2021-06-09T07:32:31.980Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:31.981Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T07:32:31.981Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 489640e7-69fa-4aeb-b443-a1943728663f
2021-06-09T07:32:31.981Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 489640e7-69fa-4aeb-b443-a1943728663f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-09T07:32:31.983Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:31.983Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-09T07:32:31.983Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:32:31.983Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:31.984Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-09T07:32:31.984Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:32:31.984Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:31.984Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-09T07:32:31.984Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-09T07:32:31.984Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-09T07:32:31.984Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3bf91f8f-9fb9-4e71-9df2-be4c52c3ca02
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-09T07:32:31.986Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:31.986Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-09T07:32:31.986Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:32:31.986Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:31.986Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-09T07:32:31.986Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=cb839011-11fb-4b97-b7a6-b3e3ff34aaf4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:32:31.988Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:31.988Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:31.988Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9: basic_vm
2021-06-09T07:32:31.988Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:31.988Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:31.988Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:31.988Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:31.988Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:31.988Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:31.988Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:31.989Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:31.989Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:32:31.989Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:32:31.989Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-06-09T07:32:32.034Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 524d526a-0b72-4658-a7f5-525dedc97fad 1 ASDC deployResourceStructure
2021-06-09T07:32:32.035Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-06-09T07:32:32.035Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-09T07:32:32.035Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:32:32.035Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:32.036Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:32.036Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223952035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:32:32.137Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:32:32.138Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:32.138Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:32.144Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:32.145Z||pool-62-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:33.037Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-06-09T07:32:33.037Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-09T07:32:33.037Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:32:33.038Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:33.040Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:33.040Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223953037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-09T07:32:33.141Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:32:33.141Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:33.141Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:33.149Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:33.150Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:34.041Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-06-09T07:32:34.042Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-09T07:32:34.042Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:32:34.042Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:34.044Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:34.044Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223954041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-09T07:32:34.144Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T07:32:34.145Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:34.145Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:34.152Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:34.152Z||pool-64-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:35.046Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-06-09T07:32:35.046Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-09T07:32:35.046Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:32:35.046Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:32:35.048Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:32:35.048Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223955045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:32:35.148Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:32:35.149Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:32:35.149Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:32:35.156Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:32:35.156Z||pool-65-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:32:36.048Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
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=?
2021-06-09T07:32:36.056Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
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=?
2021-06-09T07:32:36.057Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:32:36.058Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:32:36.058Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:33:06.058Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
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=?
2021-06-09T07:33:06.065Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
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=?
2021-06-09T07:33:06.067Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:33:06.067Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:33:06.067Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:33:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:33:11.902Z||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.
2021-06-09T07:33:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:33:11.922Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:33:11.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:33:11.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223914387,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:33:11.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:33:36.067Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
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=?
2021-06-09T07:33:36.078Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
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=?
2021-06-09T07:33:36.082Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:33:36.082Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:33:36.082Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:34:06.082Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
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=?
2021-06-09T07:34:06.091Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
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=?
2021-06-09T07:34:06.094Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:34:06.094Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:34:06.094Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:34:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:34:11.903Z||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.
2021-06-09T07:34:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:34:11.921Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:34:12.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "cds",
  "timestamp": 1623223936376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223935496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223935495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223931900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223931905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "clamp",
  "timestamp": 1623223931916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "cds",
  "timestamp": 1623223936376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223935495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223935496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223931900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223931905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "clamp",
  "timestamp": 1623223931916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "cds",
  "timestamp": 1623223936376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223935496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223935495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223931900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223931905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "clamp",
  "timestamp": 1623223931916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223940390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "cds",
  "timestamp": 1623223936376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223935495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223935496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223931900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223931905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "clamp",
  "timestamp": 1623223931916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223940390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "dcae-sch",
  "timestamp": 1623223941690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "cds",
  "timestamp": 1623223936376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223935496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223935495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223931900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "clamp",
  "timestamp": 1623223931916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223931905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223940390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "dcae-sch",
  "timestamp": 1623223941690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "cds",
  "timestamp": 1623223936376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223935496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223935495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223931900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "clamp",
  "timestamp": 1623223931916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223931905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223940390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "dcae-sch",
  "timestamp": 1623223941690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "cds",
  "timestamp": 1623223936376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223935495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223935496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "clamp",
  "timestamp": 1623223931916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223931900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223931905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223940390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "dcae-sch",
  "timestamp": 1623223941690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "cds",
  "timestamp": 1623223945675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223945759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223945776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223945781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223945802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223940390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "dcae-sch",
  "timestamp": 1623223941690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "cds",
  "timestamp": 1623223946679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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=?
2021-06-09T07:34:12.452Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
2021-06-09T07:34:12.452Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0fd321-ca5b-48df-a8fc-32b0cf20c538 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 (?, ?, ?, ?, ?)
2021-06-09T07:34:12.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223946950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.459Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223946963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.459Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223940390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "dcae-sch",
  "timestamp": 1623223941690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223947815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223947969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223948252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223948255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223948268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.460Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "dcae-sch",
  "timestamp": 1623223941690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223948818,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
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=?
2021-06-09T07:34:12.464Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
2021-06-09T07:34:12.464Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0fd321-ca5b-48df-a8fc-32b0cf20c538 and ComponentName SDNC
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 (?, ?, ?, ?, ?)
2021-06-09T07:34:12.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223949256,
  "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=?
2021-06-09T07:34:12.472Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
2021-06-09T07:34:12.472Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0fd321-ca5b-48df-a8fc-32b0cf20c538 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 (?, ?, ?, ?, ?)
2021-06-09T07:34:12.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223949275,
  "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=?
2021-06-09T07:34:12.479Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
2021-06-09T07:34:12.479Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0fd321-ca5b-48df-a8fc-32b0cf20c538 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=?
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223949349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223949741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223950260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223950278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223950954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "policy-id",
  "timestamp": 1623223951267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223951474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "cds",
  "timestamp": 1623223951376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223952035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "policy-id",
  "timestamp": 1623223952270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.485Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223952479,
  "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=?
2021-06-09T07:34:12.487Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
2021-06-09T07:34:12.487Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0fd321-ca5b-48df-a8fc-32b0cf20c538 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=?
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223951905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "cds",
  "timestamp": 1623223951376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223953037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "policy-id",
  "timestamp": 1623223953273,
  "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=?
2021-06-09T07:34:12.495Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
2021-06-09T07:34:12.495Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0fd321-ca5b-48df-a8fc-32b0cf20c538 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=?
2021-06-09T07:34:12.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223953482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223951905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "cds",
  "timestamp": 1623223951376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223954041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "clamp",
  "timestamp": 1623223954457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223951905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "cds",
  "timestamp": 1623223951376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623223955045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223951905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "cds",
  "timestamp": 1623223951376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223955496,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "clamp",
  "timestamp": 1623223956464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223951905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "cds",
  "timestamp": 1623223951376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "aai-ml",
  "timestamp": 1623223957045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223955496,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "clamp",
  "timestamp": 1623223957466,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-06-09T07:34:12.505Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
2021-06-09T07:34:12.505Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0fd321-ca5b-48df-a8fc-32b0cf20c538 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-06-09T07:34:12.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223951905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "cds",
  "timestamp": 1623223951376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223955496,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223951905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "cds",
  "timestamp": 1623223951376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223955496,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223951905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223955496,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623223945518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "cds",
  "timestamp": 1623223960593,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223960390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223961091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.516Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223955496,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "policy-id",
  "timestamp": 1623223943038,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "cds",
  "timestamp": 1623223961598,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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 (?, ?, ?, ?, ?)
2021-06-09T07:34:12.525Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c350e4f1-e72e-401b-a13e-28bbb56daa2a
2021-06-09T07:34:12.526Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c350e4f1-e72e-401b-a13e-28bbb56daa2a 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 (?, ?, ?, ?, ?)
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223960390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223955496,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223962279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "dcae-sch",
  "timestamp": 1623223961690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "policy-id",
  "timestamp": 1623223962520,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "clamp",
  "timestamp": 1623223961916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "aai-ml",
  "timestamp": 1623223962747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223960390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223955496,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "dcae-sch",
  "timestamp": 1623223961690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223963392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "clamp",
  "timestamp": 1623223961916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "policy-id",
  "timestamp": 1623223963523,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "aai-ml",
  "timestamp": 1623223963750,
  "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=?
2021-06-09T07:34:12.536Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
2021-06-09T07:34:12.537Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0fd321-ca5b-48df-a8fc-32b0cf20c538 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 (?, ?, ?, ?, ?)
2021-06-09T07:34:12.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223960390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223964247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "dcae-sch",
  "timestamp": 1623223961690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223964415,
  "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=?
2021-06-09T07:34:12.549Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c350e4f1-e72e-401b-a13e-28bbb56daa2a
2021-06-09T07:34:12.549Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c350e4f1-e72e-401b-a13e-28bbb56daa2a 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 (?, ?, ?, ?, ?)
2021-06-09T07:34:12.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "policy-id",
  "timestamp": 1623223964524,
  "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=?
2021-06-09T07:34:12.563Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c350e4f1-e72e-401b-a13e-28bbb56daa2a
2021-06-09T07:34:12.563Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c350e4f1-e72e-401b-a13e-28bbb56daa2a 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=?
2021-06-09T07:34:12.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "clamp",
  "timestamp": 1623223961916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223960390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "dcae-sch",
  "timestamp": 1623223961690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623223965419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223965445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "clamp",
  "timestamp": 1623223961916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223960390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223965495,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "dcae-sch",
  "timestamp": 1623223961690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "clamp",
  "timestamp": 1623223961916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223966572,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223960390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223965495,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "dcae-sch",
  "timestamp": 1623223961690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "clamp",
  "timestamp": 1623223961916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223967575,
  "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=?
2021-06-09T07:34:12.574Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c350e4f1-e72e-401b-a13e-28bbb56daa2a
2021-06-09T07:34:12.574Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c350e4f1-e72e-401b-a13e-28bbb56daa2a 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=?
2021-06-09T07:34:12.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223960390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223965495,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "dcae-sch",
  "timestamp": 1623223961690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "clamp",
  "timestamp": 1623223961916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623223968578,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223965495,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "dcae-sch",
  "timestamp": 1623223961690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223969367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "clamp",
  "timestamp": 1623223961916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223965495,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223970849,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223965495,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "aai-ml",
  "timestamp": 1623223948893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223965495,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "dcae-sch",
  "timestamp": 1623223972749,
  "artifactURL": "/sdc/v1/catalog/services/76b8b8e7-31de-481e-8cf9-db7667ebaff4/resourceInstances/basicclamp0/artifacts/2bb042ce-5a79-4a77-93ac-a903da740e61",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223965495,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223973241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "aai-ml",
  "timestamp": 1623223973690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "dcae-sch",
  "timestamp": 1623223974013,
  "artifactURL": "/sdc/v1/catalog/services/76b8b8e7-31de-481e-8cf9-db7667ebaff4/resourceInstances/basicclamp0/artifacts/2bb042ce-5a79-4a77-93ac-a903da740e61",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223974245,
  "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=?
2021-06-09T07:34:12.585Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c350e4f1-e72e-401b-a13e-28bbb56daa2a
2021-06-09T07:34:12.585Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c350e4f1-e72e-401b-a13e-28bbb56daa2a 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=?
2021-06-09T07:34:12.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "dcae-sch",
  "timestamp": 1623223975016,
  "artifactURL": "/sdc/v1/catalog/services/76b8b8e7-31de-481e-8cf9-db7667ebaff4/resourceInstances/basicclamp0/artifacts/2bb042ce-5a79-4a77-93ac-a903da740e61",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
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=?
2021-06-09T07:34:12.593Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of c350e4f1-e72e-401b-a13e-28bbb56daa2a
2021-06-09T07:34:12.593Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c350e4f1-e72e-401b-a13e-28bbb56daa2a and ComponentName service-change-handler
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 (?, ?, ?, ?, ?)
2021-06-09T07:34:12.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623223975247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.599Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223975781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.600Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223978240,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.600Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "aai-ml",
  "timestamp": 1623223978985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.600Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623223979242,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
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=?
2021-06-09T07:34:12.603Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c350e4f1-e72e-401b-a13e-28bbb56daa2a
2021-06-09T07:34:12.603Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c350e4f1-e72e-401b-a13e-28bbb56daa2a and ComponentName SDNC
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 (?, ?, ?, ?, ?)
2021-06-09T07:34:12.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "aai-ml",
  "timestamp": 1623223979988,
  "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=?
2021-06-09T07:34:12.611Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c350e4f1-e72e-401b-a13e-28bbb56daa2a
2021-06-09T07:34:12.611Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c350e4f1-e72e-401b-a13e-28bbb56daa2a 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 (?, ?, ?, ?, ?)
2021-06-09T07:34:12.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "clamp",
  "timestamp": 1623223981461,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "clamp",
  "timestamp": 1623223982464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:34:12.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "clamp",
  "timestamp": 1623223986532,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "clamp",
  "timestamp": 1623223987535,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:34:12.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:34:12.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:34:12.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "clamp",
  "timestamp": 1623223988537,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-06-09T07:34:12.620Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c350e4f1-e72e-401b-a13e-28bbb56daa2a
2021-06-09T07:34:12.620Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c350e4f1-e72e-401b-a13e-28bbb56daa2a and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-06-09T07:34:36.094Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
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=?
2021-06-09T07:34:36.106Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b0fd321-ca5b-48df-a8fc-32b0cf20c538
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=?
2021-06-09T07:34:36.110Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:34:36.110Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-09T07:34:36.110Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-09T07:34:36.110Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-09T07:34:36.110Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:34:36.110Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:34:36.110Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:34:36.111Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:34:36.111Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:34:36.111Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:34:36.111Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
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=?
2021-06-09T07:34:36.115Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-09T07:35:06.116Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b0fd321-ca5b-48df-a8fc-32b0cf20c538 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=?
2021-06-09T07:35:06.120Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b0fd321-ca5b-48df-a8fc-32b0cf20c538 and serviceModelVersionId: cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9
2021-06-09T07:35:06.120Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8754e7c4-3cde-4144-8276-fb447f1f8fee
2021-06-09T07:35:06.120Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8754e7c4-3cde-4144-8276-fb447f1f8fee/model-vers/model-ver/cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9?depth=0
2021-06-09T07:35:06.124Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-06-09T07:35:06.146Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8754e7c4-3cde-4144-8276-fb447f1f8fee/model-vers/model-ver/cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9?depth=0|INFO|500||Invoke
2021-06-09T07:35:06.146Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8754e7c4-3cde-4144-8276-fb447f1f8fee/model-vers/model-ver/cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8754e7c4-3cde-4144-8276-fb447f1f8fee/model-vers/model-ver/cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b0fd321-ca5b-48df-a8fc-32b0cf20c538], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb9ac43c-0b5d-4f58-bb75-0187f053d506], X-ECOMP-RequestID=[1b0fd321-ca5b-48df-a8fc-32b0cf20c538], X-TransactionId=[], X-ONAP-RequestID=[1b0fd321-ca5b-48df-a8fc-32b0cf20c538], Content-Type=[application/merge-patch+json]}
2021-06-09T07:35:06.161Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8754e7c4-3cde-4144-8276-fb447f1f8fee/model-vers/model-ver/cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-09T07:35:06.224Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8754e7c4-3cde-4144-8276-fb447f1f8fee/model-vers/model-ver/cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8754e7c4-3cde-4144-8276-fb447f1f8fee/model-vers/model-ver/cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210609-07:35:06:166-17227], vertex-id=[217272], Content-Length=[0], Date=[Wed, 09 Jun 2021 07:35:06 GMT], Content-Type=[application/json]}
2021-06-09T07:35:06.224Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8754e7c4-3cde-4144-8276-fb447f1f8fee/model-vers/model-ver/cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-09T07:35:06.225Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8754e7c4-3cde-4144-8276-fb447f1f8fee/model-vers/model-ver/cabe2d72-0c59-4ba7-b9c6-ca7d99275ed9?depth=0|INFO|500||InvokeReturn
2021-06-09T07:35:06.225Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-09T07:35:06.226Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:35:06.229Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|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)
2021-06-09T07:35:06.229Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b0fd321-ca5b-48df-a8fc-32b0cf20c538 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-09T07:35:06.229Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-09T07:35:06.229Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:06.231Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:06.231Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224106229,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:35:06.331Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:06.332Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:06.332Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:06.343Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:06.343Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 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=?
2021-06-09T07:35:07.242Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:35:07.242Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|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.
2021-06-09T07:35:07.243Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:35:11.522Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:11.523Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-09T07:35:11.523Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c350e4f1-e72e-401b-a13e-28bbb56daa2a","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"76b8b8e7-31de-481e-8cf9-db7667ebaff4","serviceDescription":"service","serviceInvariantUUID":"b070641b-8d39-46ca-8949-b32627bc54b9","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2fc9f2f8-a679-4f7b-bc8a-79db7197ca4b","resourceInvariantUUID":"cbecd6c1-5e94-4dc3-aa3e-e17c0a9d3ab9","resourceCustomizationUUID":"dccc9d12-8840-4341-bb90-d6e87bb1820f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2bb042ce-5a79-4a77-93ac-a903da740e61","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ5YjQxYjI2ZWI3ZmM3ZWYzN2E4Njk2Mjk4MWM1Nzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f9862e7-d1eb-4943-8ef3-7bf7d8850d2d","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MjhlMDc2MjkxYzMyZmIxM2E5YjgyYzUxOTRjODA5MDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"44e17554-1570-4143-aa2b-4d7c8b2a336c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62465493-b9b5-4656-82f6-c60c4babe16b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a75d7a0-a920-4328-9662-df8a444e82b2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"63aeaaf8-0897-46b7-bf65-b5bdacf93122","artifactVersion":"2","generatedFromUUID":"62465493-b9b5-4656-82f6-c60c4babe16b"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OWJjNTVmNGYxMTVjMjdjZmMzNjJjZTcxYzdlNzA1NmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4912bef8-740e-45de-ba0d-5c4bdaef1ce2","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTk3MDdkZjhlYWRmOTI0N2M5ZThjYTBkNTAxNjdkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55420191-ca40-496d-b28c-e6f28a782cba","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T07:35:11.527Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:35:11.527Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:11.529Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:11.529Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224107242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:35:11.629Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:11.630Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:11.630Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:11.638Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:11.638Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:35:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:35:11.902Z||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.
2021-06-09T07:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:35:12.518Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:12.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:35:12.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b0fd321-ca5b-48df-a8fc-32b0cf20c538",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224106229,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:35:12.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:35:12.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:35:12.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224107242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:35:12.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:35:12.529Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:35:12.530Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:12.532Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:12.532Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224107242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:35:12.632Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:12.633Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:12.634Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:12.643Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:12.643Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:35:13.533Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:35:13.534Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:13.537Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:13.537Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224107242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:35:13.637Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:13.638Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:13.638Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:13.646Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:13.646Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:35:14.537Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:35:14.538Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:14.540Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:14.540Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224107242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:35:14.640Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:14.641Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:14.641Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:14.649Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:14.650Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:35:15.540Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:35:15.542Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:15.544Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:15.544Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224107242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:35:15.644Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:15.645Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:15.645Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:15.653Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:15.653Z||pool-71-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:35:16.545Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:35:16.546Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:16.548Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:16.548Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224107242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-09T07:35:16.648Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:16.649Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:16.649Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:16.657Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:16.657Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:35:17.549Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:35:17.549Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:17.551Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:17.551Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224107242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:35:17.651Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:17.652Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:17.652Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:17.660Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:17.660Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:35:18.552Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:35:18.553Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:18.555Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:18.555Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224107242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:35:18.655Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:18.656Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:18.656Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:18.664Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:18.664Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:35:19.556Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "76b8b8e7-31de-481e-8cf9-db7667ebaff4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b070641b-8d39-46ca-8949-b32627bc54b9",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "dccc9d12-8840-4341-bb90-d6e87bb1820f",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2fc9f2f8-a679-4f7b-bc8a-79db7197ca4b",
      "resourceInvariantUUID": "cbecd6c1-5e94-4dc3-aa3e-e17c0a9d3ab9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "MjhlMDc2MjkxYzMyZmIxM2E5YjgyYzUxOTRjODA5MDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "44e17554-1570-4143-aa2b-4d7c8b2a336c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62465493-b9b5-4656-82f6-c60c4babe16b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "63aeaaf8-0897-46b7-bf65-b5bdacf93122",
            "generatedFromUUID": "62465493-b9b5-4656-82f6-c60c4babe16b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "63aeaaf8-0897-46b7-bf65-b5bdacf93122",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZTk3MDdkZjhlYWRmOTI0N2M5ZThjYTBkNTAxNjdkNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "55420191-ca40-496d-b28c-e6f28a782cba"
    }
  ],
  "workloadContext": "Production"
}
2021-06-09T07:35:19.556Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T07:35:19.556Z|1b0fd321-ca5b-48df-a8fc-32b0cf20c538|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 76b8b8e7-31de-481e-8cf9-db7667ebaff4 ASDC
2021-06-09T07:35:19.557Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c350e4f1-e72e-401b-a13e-28bbb56daa2a
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:76b8b8e7-31de-481e-8cf9-db7667ebaff4
ServiceInvariantUUID:b070641b-8d39-46ca-8949-b32627bc54b9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:55420191-ca40-496d-b28c-e6f28a782cba
ArtifactChecksum:ZTk3MDdkZjhlYWRmOTI0N2M5ZThjYTBkNTAxNjdkNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:dccc9d12-8840-4341-bb90-d6e87bb1820f
ResourceInvariantUUID:cbecd6c1-5e94-4dc3-aa3e-e17c0a9d3ab9
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:2fc9f2f8-a679-4f7b-bc8a-79db7197ca4b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:44e17554-1570-4143-aa2b-4d7c8b2a336c
ArtifactChecksum:MjhlMDc2MjkxYzMyZmIxM2E5YjgyYzUxOTRjODA5MDc=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:62465493-b9b5-4656-82f6-c60c4babe16b
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:63aeaaf8-0897-46b7-bf65-b5bdacf93122
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:63aeaaf8-0897-46b7-bf65-b5bdacf93122
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-09T07:35:19.557Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76b8b8e7-31de-481e-8cf9-db7667ebaff4 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=?
2021-06-09T07:35:19.580Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:35:19.581Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:35:19.581Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:35:19.581Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 55420191-ca40-496d-b28c-e6f28a782cba from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-09T07:35:19.581Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:35:19.582Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-09T07:35:20.286Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:35:20.291Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 55420191-ca40-496d-b28c-e6f28a782cba 76833
2021-06-09T07:35:20.291Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-06-09T07:35:20.291Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-09T07:35:20.291Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:35:20.291Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:20.293Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:20.293Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224120291,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:35:20.393Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:20.393Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:20.394Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:20.400Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:20.400Z||pool-75-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:35:21.293Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:35:21.295Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:35:21.295Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 55420191-ca40-496d-b28c-e6f28a782cba, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-09T07:35:21.295Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-06-09T07:35:21.296Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-09T07:35:21.296Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-09T07:35:21.395Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8772133308270271772/Definitions/service-Basicclamp-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
2021-06-09T07:35:22.349Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T07:35:22.349Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-06-09T07:35:22.349Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-09T07:35:22.349Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-09T07:35:22.349Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2021-06-09T07:35:22.349Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|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-Basicclamp-csar.csar
2021-06-09T07:35:22.349Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-09T07:35:22.349Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|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-Basicclamp-csar.csar
2021-06-09T07:35:22.349Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|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-Basicclamp-csar.csar
2021-06-09T07:35:22.349Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|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-Basicclamp-csar.csar
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|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-Basicclamp-csar.csar
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|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-Basicclamp-csar.csar
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|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-Basicclamp-csar.csar
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|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-Basicclamp-csar.csar
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-06-09T07:35:22.350Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:35:22.351Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a534548-f961-4777-a28d-773a58052df9
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:22.352Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:22.353Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:22.353Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:22.353Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:76b8b8e7-31de-481e-8cf9-db7667ebaff4
Model Version:NULL
Model InvariantUuid:b070641b-8d39-46ca-8949-b32627bc54b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:c56fc912-c766-4469-9bd6-190c9c29153d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cbecd6c1-5e94-4dc3-aa3e-e17c0a9d3ab9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dccc9d12-8840-4341-bb90-d6e87bb1820f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cabe4d32-1c7b-4e9d-aa8a-247096aa0dcb
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:78ec6c72-2bf7-4b53-bf9e-113672ce2659
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a534548-f961-4777-a28d-773a58052df9
ModelInvariantUuid:de14f1ba-b8c5-4d50-b7e3-613db5b40655
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:1a3be4e9-a8dd-4516-a8da-b72ccf627279
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:1d058c57-483f-4ae4-b12b-43e12d700f88
ModelInvariantUuid:7a0258c9-e542-4e4a-86cc-a404941b0161
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:5508bcb6-15ca-4259-8205-0e0434755fbc
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-09T07:35:22.356Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2fc9f2f8-a679-4f7b-bc8a-79db7197ca4b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:35:22.358Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||basicclamp 0
2021-06-09T07:35:22.358Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2fc9f2f8-a679-4f7b-bc8a-79db7197ca4b
2021-06-09T07:35:22.358Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 44e17554-1570-4143-aa2b-4d7c8b2a336c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-09T07:35:22.358Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:35:22.359Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-09T07:35:22.818Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:35:22.819Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 44e17554-1570-4143-aa2b-4d7c8b2a336c 790
2021-06-09T07:35:22.819Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-06-09T07:35:22.819Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-09T07:35:22.819Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:35:22.819Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:22.821Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:22.822Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224122819,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:35:22.922Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:22.922Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:22.923Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:22.933Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:22.933Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:35:23.822Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cabe4d32-1c7b-4e9d-aa8a-247096aa0dcb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "78ec6c72-2bf7-4b53-bf9e-113672ce2659",
    "vfModuleModelCustomizationUUID": "b431e02d-94b0-43a5-bcdc-09a7c25da87e",
    "isBase": true,
    "artifacts": [
      "62465493-b9b5-4656-82f6-c60c4babe16b",
      "63aeaaf8-0897-46b7-bf65-b5bdacf93122"
    ],
    "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": ""
    }
  }
]
2021-06-09T07:35:23.828Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:78ec6c72-2bf7-4b53-bf9e-113672ce2659
VfModuleModelInvariantUUID:cabe4d32-1c7b-4e9d-aa8a-247096aa0dcb
VfModuleModelDescription:NULL
Artifacts UUID List:{
62465493-b9b5-4656-82f6-c60c4babe16b
,
63aeaaf8-0897-46b7-bf65-b5bdacf93122

}
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


}

2021-06-09T07:35:23.832Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cabe4d32-1c7b-4e9d-aa8a-247096aa0dcb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "78ec6c72-2bf7-4b53-bf9e-113672ce2659",
    "vfModuleModelCustomizationUUID": "b431e02d-94b0-43a5-bcdc-09a7c25da87e",
    "isBase": true,
    "artifacts": [
      "62465493-b9b5-4656-82f6-c60c4babe16b",
      "63aeaaf8-0897-46b7-bf65-b5bdacf93122"
    ],
    "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": ""
    }
  }
]
2021-06-09T07:35:23.832Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:78ec6c72-2bf7-4b53-bf9e-113672ce2659
VfModuleModelInvariantUUID:cabe4d32-1c7b-4e9d-aa8a-247096aa0dcb
VfModuleModelDescription:NULL
Artifacts UUID List:{
62465493-b9b5-4656-82f6-c60c4babe16b
,
63aeaaf8-0897-46b7-bf65-b5bdacf93122

}
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


}

2021-06-09T07:35:23.832Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 62465493-b9b5-4656-82f6-c60c4babe16b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-09T07:35:23.832Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:35:23.832Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-09T07:35:23.931Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:35:23.932Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 62465493-b9b5-4656-82f6-c60c4babe16b 5033
2021-06-09T07:35:23.932Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-09T07:35:23.932Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-09T07:35:23.932Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:35:23.932Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:23.934Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:23.934Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224123932,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:35:24.034Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:24.035Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:24.035Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:24.042Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:24.043Z||pool-77-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:35:24.935Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 63aeaaf8-0897-46b7-bf65-b5bdacf93122 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-09T07:35:24.935Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:35:24.936Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-09T07:35:25.080Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:35:25.081Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 63aeaaf8-0897-46b7-bf65-b5bdacf93122 909
2021-06-09T07:35:25.081Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-09T07:35:25.081Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-09T07:35:25.081Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:35:25.082Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:25.084Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:25.084Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224125081,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:35:25.184Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:25.185Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:25.185Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:25.192Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:25.192Z||pool-78-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:35:26.085Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 76b8b8e7-31de-481e-8cf9-db7667ebaff4
2021-06-09T07:35:26.085Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2fc9f2f8-a679-4f7b-bc8a-79db7197ca4b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:35:26.097Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:26.098Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:26.098Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-06-09T07:35:26.098Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= dccc9d12-8840-4341-bb90-d6e87bb1820f
2021-06-09T07:35:26.098Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dccc9d12-8840-4341-bb90-d6e87bb1820f matches Tosca VF Customization UUID: dccc9d12-8840-4341-bb90-d6e87bb1820f
2021-06-09T07:35:26.098Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: dccc9d12-8840-4341-bb90-d6e87bb1820f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-09T07:35:26.100Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:26.100Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:26.100Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id dccc9d12-8840-4341-bb90-d6e87bb1820f: {\"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\"}
2021-06-09T07:35:26.101Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38dd8e00
2021-06-09T07:35:26.101Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:26.101Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T07:35:26.101Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b431e02d-94b0-43a5-bcdc-09a7c25da87e
2021-06-09T07:35:26.101Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b431e02d-94b0-43a5-bcdc-09a7c25da87e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-09T07:35:26.102Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:26.103Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-09T07:35:26.103Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:35:26.103Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:26.103Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-09T07:35:26.103Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:35:26.103Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:26.103Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-09T07:35:26.104Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-09T07:35:26.104Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-09T07:35:26.104Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a534548-f961-4777-a28d-773a58052df9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-09T07:35:26.105Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:26.105Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-09T07:35:26.105Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:35:26.105Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:26.105Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-09T07:35:26.105Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=dccc9d12-8840-4341-bb90-d6e87bb1820f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:35:26.106Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:26.106Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:26.107Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 76b8b8e7-31de-481e-8cf9-db7667ebaff4: basicclamp
2021-06-09T07:35:26.107Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:26.107Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:26.107Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:26.107Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:26.107Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:26.107Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:26.107Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:26.107Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:26.107Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:35:26.107Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:35:26.107Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-06-09T07:35:26.164Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2fc9f2f8-a679-4f7b-bc8a-79db7197ca4b 1 ASDC deployResourceStructure
2021-06-09T07:35:26.165Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-06-09T07:35:26.165Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-09T07:35:26.165Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:35:26.165Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:26.166Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:26.166Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224126165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:35:26.266Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:26.267Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:26.267Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:26.275Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:26.275Z||pool-79-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:35:27.167Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-09T07:35:27.167Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-09T07:35:27.167Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:35:27.168Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:27.170Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:27.170Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224127167,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-09T07:35:27.270Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:27.271Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:27.271Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:27.279Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:27.279Z||pool-80-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:35:28.171Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-09T07:35:28.172Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-09T07:35:28.172Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:35:28.173Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:28.175Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:28.175Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224128171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-09T07:35:28.275Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:28.275Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:28.276Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:28.283Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:28.284Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:35:29.175Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-06-09T07:35:29.176Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-09T07:35:29.176Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:35:29.177Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:35:29.179Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:35:29.179Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224129175,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:35:29.279Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:35:29.280Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:35:29.280Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:35:29.288Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:35:29.288Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:35:30.180Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c350e4f1-e72e-401b-a13e-28bbb56daa2a
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=?
2021-06-09T07:35:30.190Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c350e4f1-e72e-401b-a13e-28bbb56daa2a
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=?
2021-06-09T07:35:30.193Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:35:30.193Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-09T07:35:30.193Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-09T07:35:30.193Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-09T07:35:30.193Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:35:30.193Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:35:30.194Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:35:30.194Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:35:30.194Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:35:30.194Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:35:30.194Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-09T07:35:30.194Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
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=?
2021-06-09T07:35:30.198Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-09T07:36:00.199Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c350e4f1-e72e-401b-a13e-28bbb56daa2a 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=?
2021-06-09T07:36:00.204Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c350e4f1-e72e-401b-a13e-28bbb56daa2a and serviceModelVersionId: 76b8b8e7-31de-481e-8cf9-db7667ebaff4
2021-06-09T07:36:00.204Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b070641b-8d39-46ca-8949-b32627bc54b9
2021-06-09T07:36:00.205Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b070641b-8d39-46ca-8949-b32627bc54b9/model-vers/model-ver/76b8b8e7-31de-481e-8cf9-db7667ebaff4?depth=0
2021-06-09T07:36:00.211Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-06-09T07:36:00.237Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b070641b-8d39-46ca-8949-b32627bc54b9/model-vers/model-ver/76b8b8e7-31de-481e-8cf9-db7667ebaff4?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]}
2021-06-09T07:36:00.237Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b070641b-8d39-46ca-8949-b32627bc54b9/model-vers/model-ver/76b8b8e7-31de-481e-8cf9-db7667ebaff4?depth=0|INFO|500||Invoke
2021-06-09T07:36:00.252Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b070641b-8d39-46ca-8949-b32627bc54b9/model-vers/model-ver/76b8b8e7-31de-481e-8cf9-db7667ebaff4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-09T07:36:00.667Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b070641b-8d39-46ca-8949-b32627bc54b9/model-vers/model-ver/76b8b8e7-31de-481e-8cf9-db7667ebaff4?depth=0|INFO|500||InvokeReturn
2021-06-09T07:36:00.668Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b070641b-8d39-46ca-8949-b32627bc54b9/model-vers/model-ver/76b8b8e7-31de-481e-8cf9-db7667ebaff4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210609-07:36:00:258-934], vertex-id=[188568], Content-Length=[0], Date=[Wed, 09 Jun 2021 07:36:00 GMT], Content-Type=[application/json]}
2021-06-09T07:36:00.668Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-06-09T07:36:00.668Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-09T07:36:00.668Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:36:00.673Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|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)
2021-06-09T07:36:00.674Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c350e4f1-e72e-401b-a13e-28bbb56daa2a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-09T07:36:00.674Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-09T07:36:00.674Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:00.676Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:00.677Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224160674,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:36:00.777Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:00.777Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:00.778Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:00.788Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:00.788Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 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=?
2021-06-09T07:36:01.688Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:36:01.688Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|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.
2021-06-09T07:36:01.688Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:36:11.221Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:11.222Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:36:11.222Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|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.
2021-06-09T07:36:11.222Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:36:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:36:11.902Z||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.
2021-06-09T07:36:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:36:12.017Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:12.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:36:12.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c350e4f1-e72e-401b-a13e-28bbb56daa2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224107242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:36:12.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:36:17.089Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:17.090Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-09T07:36:17.090Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9acfda5a-eb04-4be9-914d-d25cc427b674","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3718db8d-1962-4c5e-8e65-976f870f366f","serviceDescription":"service","serviceInvariantUUID":"b94e4ba7-010f-4664-b0b3-6a569b819635","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f928b880-afba-42f0-9aee-03411c77cf39","resourceInvariantUUID":"8f98bc4d-5fa0-4773-8baf-85e7bcc50314","resourceCustomizationUUID":"fed99fe9-5823-460b-9ae8-9896b1622288","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MzNhYjA0YzI3NmYxODY1NjcwMTU2ZTQ4NGNkZGVkNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e36d5774-5dc4-43b8-870e-82b2561b34f7","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"48a3ad85-0b3d-45a1-aab7-0867553bdfe3","artifactVersion":"2","generatedFromUUID":"3b0b95f2-70f6-4ec1-abe6-d7031dca9674"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3b0b95f2-70f6-4ec1-abe6-d7031dca9674","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZTRkMWI0NGFkYjk4YzdhNWI3MDMxZTQ5Y2JjOWE3ZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2329472-5d95-49e1-957e-c4dc2efefd92","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5e0f29e4-664a-487e-a4cd-515d6eafbaa7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"69b42a62-1cfc-4240-9a3b-9d107d303bca","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1a03983b-e580-49c0-91b3-a4e9653b172a","artifactVersion":"2","generatedFromUUID":"5e0f29e4-664a-487e-a4cd-515d6eafbaa7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjE0NDk3Zjc2YWU0MzUwMGNlNTc3Y2Y4NzI1MDI3ZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e0581ab-16df-4ce4-bf74-f514ae30e155","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDBkNzRkMjhiZDJmMDAxNGQxZjgzMWJlZjNjNWZhZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9eca0fda-dc74-48ed-ab0b-f15838ed4c1e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T07:36:17.092Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:36:17.092Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:17.094Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:17.094Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:36:17.195Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:17.195Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:17.195Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:17.204Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:17.204Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:36:18.095Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:36:18.096Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:18.098Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:18.098Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-09T07:36:18.199Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:36:18.199Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:18.200Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:18.206Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:18.206Z||pool-85-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:19.099Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:36:19.100Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:19.102Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:19.102Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-09T07:36:19.202Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:19.203Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:19.203Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:19.211Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:19.212Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:20.103Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:36:20.103Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:20.106Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:20.106Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:36:20.206Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:20.207Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:20.207Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:20.214Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:20.215Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:21.107Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:36:21.107Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:21.110Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:21.110Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:36:21.210Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:21.210Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:21.211Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:21.221Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:21.221Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:22.110Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:36:22.111Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:22.114Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:22.114Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:36:22.214Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:22.215Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:22.215Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:22.222Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:22.223Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:23.114Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:36:23.116Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:23.118Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:23.118Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-09T07:36:23.218Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:23.219Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:23.220Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:23.228Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:23.228Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:24.118Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:36:24.119Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:24.120Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:24.120Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:36:24.221Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:36:24.221Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:24.221Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:24.228Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:24.228Z||pool-91-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:25.120Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:36:25.121Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:25.123Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:25.124Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:36:25.224Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:25.224Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:25.224Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:25.230Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:25.230Z||pool-92-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:26.125Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "3718db8d-1962-4c5e-8e65-976f870f366f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b94e4ba7-010f-4664-b0b3-6a569b819635",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "fed99fe9-5823-460b-9ae8-9896b1622288",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f928b880-afba-42f0-9aee-03411c77cf39",
      "resourceInvariantUUID": "8f98bc4d-5fa0-4773-8baf-85e7bcc50314",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "48a3ad85-0b3d-45a1-aab7-0867553bdfe3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3b0b95f2-70f6-4ec1-abe6-d7031dca9674",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "ZTRkMWI0NGFkYjk4YzdhNWI3MDMxZTQ5Y2JjOWE3ZTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d2329472-5d95-49e1-957e-c4dc2efefd92",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5e0f29e4-664a-487e-a4cd-515d6eafbaa7",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1a03983b-e580-49c0-91b3-a4e9653b172a",
            "generatedFromUUID": "5e0f29e4-664a-487e-a4cd-515d6eafbaa7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1a03983b-e580-49c0-91b3-a4e9653b172a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NDBkNzRkMjhiZDJmMDAxNGQxZjgzMWJlZjNjNWZhZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9eca0fda-dc74-48ed-ab0b-f15838ed4c1e"
    }
  ],
  "workloadContext": "Production"
}
2021-06-09T07:36:26.125Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T07:36:26.125Z|c350e4f1-e72e-401b-a13e-28bbb56daa2a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3718db8d-1962-4c5e-8e65-976f870f366f ASDC
2021-06-09T07:36:26.126Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9acfda5a-eb04-4be9-914d-d25cc427b674
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:3718db8d-1962-4c5e-8e65-976f870f366f
ServiceInvariantUUID:b94e4ba7-010f-4664-b0b3-6a569b819635
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:9eca0fda-dc74-48ed-ab0b-f15838ed4c1e
ArtifactChecksum:NDBkNzRkMjhiZDJmMDAxNGQxZjgzMWJlZjNjNWZhZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:fed99fe9-5823-460b-9ae8-9896b1622288
ResourceInvariantUUID:8f98bc4d-5fa0-4773-8baf-85e7bcc50314
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f928b880-afba-42f0-9aee-03411c77cf39
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:48a3ad85-0b3d-45a1-aab7-0867553bdfe3
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:3b0b95f2-70f6-4ec1-abe6-d7031dca9674
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:d2329472-5d95-49e1-957e-c4dc2efefd92
ArtifactChecksum:ZTRkMWI0NGFkYjk4YzdhNWI3MDMxZTQ5Y2JjOWE3ZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:5e0f29e4-664a-487e-a4cd-515d6eafbaa7
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:1a03983b-e580-49c0-91b3-a4e9653b172a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:1a03983b-e580-49c0-91b3-a4e9653b172a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-09T07:36:26.126Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3718db8d-1962-4c5e-8e65-976f870f366f 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-09T07:36:26.153Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:36:26.154Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:36:26.154Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:36:26.154Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9eca0fda-dc74-48ed-ab0b-f15838ed4c1e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-09T07:36:26.154Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:36:26.154Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-09T07:36:26.382Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:36:26.387Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9eca0fda-dc74-48ed-ab0b-f15838ed4c1e 71160
2021-06-09T07:36:26.387Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-06-09T07:36:26.388Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-09T07:36:26.388Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:36:26.388Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:26.389Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:26.389Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224186387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:36:26.490Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:36:26.491Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:26.491Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:26.497Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:26.498Z||pool-93-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:36:27.390Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:36:27.391Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:36:27.391Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9eca0fda-dc74-48ed-ab0b-f15838ed4c1e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-09T07:36:27.391Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-06-09T07:36:27.391Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-09T07:36:27.391Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-09T07:36:27.466Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP906115095004627838/Definitions/service-BasicCnf-template.yml
2021-06-09T07:36:28.249Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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-BasicCnf-csar.csar
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:36:28.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:36:28.251Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=93cc4eb6-cb5d-458c-9633-b16e46efce94
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:28.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:28.253Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:3718db8d-1962-4c5e-8e65-976f870f366f
Model Version:NULL
Model InvariantUuid:b94e4ba7-010f-4664-b0b3-6a569b819635
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:1a953221-81b9-494b-8c7f-53dbb96de374
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8f98bc4d-5fa0-4773-8baf-85e7bcc50314
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fed99fe9-5823-460b-9ae8-9896b1622288
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be4d839f-19f5-431c-af24-06c0ee8a02e4
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:2d824fec-ddd2-4380-bbbb-4b3da06da1ef
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93cc4eb6-cb5d-458c-9633-b16e46efce94
ModelInvariantUuid:3f847f61-6487-45d4-ba08-a29837f76732
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:1a114438-ba52-4b17-b9d7-fc506ba3b61c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1d6e8f37-b682-4799-aa96-20ec0c82a3d9
ModelInvariantUuid:541d1714-b2a1-439c-a723-8753c2a8309d
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:6f3905c1-c7cc-4db0-a379-7c69a2970b8e
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-09T07:36:28.256Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f928b880-afba-42f0-9aee-03411c77cf39
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:36:28.257Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||basic_cnf 0
2021-06-09T07:36:28.258Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f928b880-afba-42f0-9aee-03411c77cf39
2021-06-09T07:36:28.258Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 48a3ad85-0b3d-45a1-aab7-0867553bdfe3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-06-09T07:36:28.258Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:36:28.258Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-06-09T07:36:28.648Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:36:28.648Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 48a3ad85-0b3d-45a1-aab7-0867553bdfe3 12
2021-06-09T07:36:28.649Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-06-09T07:36:28.649Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-06-09T07:36:28.649Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:36:28.649Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:28.651Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:28.652Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224188649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:36:28.752Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:28.752Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:28.752Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:28.761Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:28.761Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:29.652Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3b0b95f2-70f6-4ec1-abe6-d7031dca9674 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-06-09T07:36:29.653Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:36:29.653Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-06-09T07:36:30.247Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:36:30.248Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3b0b95f2-70f6-4ec1-abe6-d7031dca9674 2688
2021-06-09T07:36:30.248Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-06-09T07:36:30.248Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-06-09T07:36:30.248Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:36:30.248Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:30.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:30.250Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224190248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:36:30.350Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:30.351Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:30.351Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:30.358Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:30.358Z||pool-95-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:31.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d2329472-5d95-49e1-957e-c4dc2efefd92 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-09T07:36:31.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:36:31.252Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-09T07:36:32.173Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:36:32.173Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d2329472-5d95-49e1-957e-c4dc2efefd92 828
2021-06-09T07:36:32.173Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-06-09T07:36:32.174Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-09T07:36:32.174Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:36:32.174Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:32.176Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:32.176Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224192173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:36:32.276Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:32.277Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:32.277Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:32.289Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:32.290Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:33.177Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "be4d839f-19f5-431c-af24-06c0ee8a02e4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d824fec-ddd2-4380-bbbb-4b3da06da1ef",
    "vfModuleModelCustomizationUUID": "14cb248e-4e07-4278-8adb-61e1c426eafd",
    "isBase": true,
    "artifacts": [
      "3b0b95f2-70f6-4ec1-abe6-d7031dca9674",
      "5e0f29e4-664a-487e-a4cd-515d6eafbaa7",
      "1a03983b-e580-49c0-91b3-a4e9653b172a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-09T07:36:33.182Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d824fec-ddd2-4380-bbbb-4b3da06da1ef
VfModuleModelInvariantUUID:be4d839f-19f5-431c-af24-06c0ee8a02e4
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b0b95f2-70f6-4ec1-abe6-d7031dca9674
,
5e0f29e4-664a-487e-a4cd-515d6eafbaa7
,
1a03983b-e580-49c0-91b3-a4e9653b172a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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


}

2021-06-09T07:36:33.186Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "be4d839f-19f5-431c-af24-06c0ee8a02e4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d824fec-ddd2-4380-bbbb-4b3da06da1ef",
    "vfModuleModelCustomizationUUID": "14cb248e-4e07-4278-8adb-61e1c426eafd",
    "isBase": true,
    "artifacts": [
      "3b0b95f2-70f6-4ec1-abe6-d7031dca9674",
      "5e0f29e4-664a-487e-a4cd-515d6eafbaa7",
      "1a03983b-e580-49c0-91b3-a4e9653b172a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-09T07:36:33.186Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d824fec-ddd2-4380-bbbb-4b3da06da1ef
VfModuleModelInvariantUUID:be4d839f-19f5-431c-af24-06c0ee8a02e4
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b0b95f2-70f6-4ec1-abe6-d7031dca9674
,
5e0f29e4-664a-487e-a4cd-515d6eafbaa7
,
1a03983b-e580-49c0-91b3-a4e9653b172a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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


}

2021-06-09T07:36:33.186Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5e0f29e4-664a-487e-a4cd-515d6eafbaa7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-09T07:36:33.186Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:36:33.186Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-09T07:36:34.584Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:36:34.584Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5e0f29e4-664a-487e-a4cd-515d6eafbaa7 1164
2021-06-09T07:36:34.585Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-06-09T07:36:34.585Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-09T07:36:34.585Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:36:34.585Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:34.587Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:34.587Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224194585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:36:34.687Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:34.688Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:34.688Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:34.695Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:34.696Z||pool-97-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:35.588Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1a03983b-e580-49c0-91b3-a4e9653b172a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-09T07:36:35.588Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:36:35.588Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-09T07:36:36.943Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:36:36.943Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1a03983b-e580-49c0-91b3-a4e9653b172a 200
2021-06-09T07:36:36.943Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-06-09T07:36:36.943Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-09T07:36:36.943Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:36:36.943Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:36.945Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:36.945Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224196943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:36:37.045Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:37.046Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:37.046Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:37.054Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:37.054Z||pool-98-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:37.946Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3718db8d-1962-4c5e-8e65-976f870f366f
2021-06-09T07:36:37.947Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f928b880-afba-42f0-9aee-03411c77cf39 ASDC
2021-06-09T07:36:37.954Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:36:37.962Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:37.962Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:37.963Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-06-09T07:36:37.963Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= fed99fe9-5823-460b-9ae8-9896b1622288
2021-06-09T07:36:37.963Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fed99fe9-5823-460b-9ae8-9896b1622288 matches Tosca VF Customization UUID: fed99fe9-5823-460b-9ae8-9896b1622288
2021-06-09T07:36:37.963Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: fed99fe9-5823-460b-9ae8-9896b1622288  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-09T07:36:37.964Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:37.965Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:37.965Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id fed99fe9-5823-460b-9ae8-9896b1622288: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-06-09T07:36:37.966Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@431a46ed
2021-06-09T07:36:37.966Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:37.966Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T07:36:37.966Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 14cb248e-4e07-4278-8adb-61e1c426eafd
2021-06-09T07:36:37.966Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 14cb248e-4e07-4278-8adb-61e1c426eafd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-09T07:36:37.968Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:37.968Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-09T07:36:37.969Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:36:37.969Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:37.969Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-09T07:36:37.969Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:36:37.969Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:37.970Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-09T07:36:37.970Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-06-09T07:36:37.970Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=93cc4eb6-cb5d-458c-9633-b16e46efce94
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-09T07:36:37.972Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:37.972Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-09T07:36:37.973Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:36:37.973Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:37.973Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-09T07:36:37.973Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=fed99fe9-5823-460b-9ae8-9896b1622288
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:36:37.975Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:37.975Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:37.976Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3718db8d-1962-4c5e-8e65-976f870f366f: basic_cnf
2021-06-09T07:36:37.976Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:37.976Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:37.976Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:37.976Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:37.976Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:37.977Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:37.977Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:37.977Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:37.977Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-09T07:36:37.977Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:36:37.977Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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 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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-06-09T07:36:38.022Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f928b880-afba-42f0-9aee-03411c77cf39 1 ASDC deployResourceStructure
2021-06-09T07:36:38.022Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-06-09T07:36:38.022Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-06-09T07:36:38.022Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-06-09T07:36:38.022Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:38.023Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:38.024Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224198022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-09T07:36:38.124Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:38.125Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:38.125Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:38.133Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:38.133Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:39.024Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-06-09T07:36:39.025Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-06-09T07:36:39.025Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-06-09T07:36:39.025Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:39.026Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:39.026Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224199024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-09T07:36:39.127Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:36:39.127Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:39.127Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:39.134Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:39.134Z||pool-100-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:40.027Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-06-09T07:36:40.028Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-09T07:36:40.028Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:36:40.028Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:40.030Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:40.030Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224200027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:36:40.130Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:40.131Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:40.131Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:40.138Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:40.138Z||pool-101-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:41.031Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-06-09T07:36:41.032Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-09T07:36:41.032Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:36:41.032Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:41.034Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:41.034Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224201031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-06-09T07:36:41.134Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:41.135Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:41.135Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:41.143Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:41.143Z||pool-102-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:42.035Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-06-09T07:36:42.035Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-09T07:36:42.035Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:36:42.036Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:42.038Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:42.038Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224202035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-06-09T07:36:42.138Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:36:42.139Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:42.139Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:42.146Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:42.146Z||pool-103-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:43.038Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-06-09T07:36:43.039Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-09T07:36:43.039Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:36:43.039Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:36:43.041Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:36:43.041Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224203038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:36:43.142Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:36:43.143Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:36:43.143Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:36:43.151Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:36:43.152Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:36:44.042Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:36:44.052Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:36:44.054Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:36:44.054Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:36:44.054Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:37:05.178Z||http-nio-8085-exec-3|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@357c48e1 ((conn=13448) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-06-09T07:37:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:37:11.903Z||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.
2021-06-09T07:37:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:37:12.948Z||pool-2-thread-3|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:37:12.949Z||pool-2-thread-3|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:37:12.949Z||pool-2-thread-3|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:37:14.054Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:37:14.063Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:37:14.065Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:37:14.066Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:37:14.066Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:37:44.066Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:37:44.077Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:37:44.080Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:37:44.080Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:37:44.081Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:38:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:38:11.902Z||pool-2-thread-3|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:38:11.903Z||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.
2021-06-09T07:38:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:38:12.948Z||pool-2-thread-3|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:38:12.948Z||pool-2-thread-3|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:38:12.948Z||pool-2-thread-3|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:38:14.081Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:38:14.091Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:38:14.094Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:38:14.095Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:38:14.095Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:38:44.095Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:38:44.107Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:38:44.109Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:38:44.109Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:38:44.110Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:39:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:39:11.903Z||pool-2-thread-3|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:39:11.903Z||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.
2021-06-09T07:39:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:39:12.948Z||pool-2-thread-3|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:39:12.948Z||pool-2-thread-3|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:39:12.949Z||pool-2-thread-3|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:39:14.110Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:39:14.117Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:39:14.119Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:39:14.119Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:39:14.119Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:39:44.120Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:39:44.126Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:39:44.128Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:39:44.128Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:39:44.128Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:40:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:40:11.903Z||pool-2-thread-3|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:40:11.903Z||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.
2021-06-09T07:40:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:40:12.948Z||pool-2-thread-3|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:40:12.948Z||pool-2-thread-3|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:40:12.949Z||pool-2-thread-3|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:40:14.128Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:40:14.135Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:40:14.137Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:40:14.137Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:40:14.137Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:40:44.137Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:40:44.144Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:40:44.145Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:40:44.146Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:40:44.146Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:41:05.178Z||http-nio-8085-exec-7|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@4add7243 ((conn=13454) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-06-09T07:41:05.180Z||http-nio-8085-exec-7|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@52c3a12c ((conn=13467) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-06-09T07:41:05.181Z||http-nio-8085-exec-7|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@19e0f583 ((conn=13468) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-06-09T07:41:05.182Z||http-nio-8085-exec-7|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@388ec396 ((conn=13476) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-06-09T07:41:05.183Z||http-nio-8085-exec-7|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@bba1659 ((conn=13483) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-06-09T07:41:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:41:11.902Z||pool-2-thread-3|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:41:11.903Z||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.
2021-06-09T07:41:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:41:12.948Z||pool-2-thread-3|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:41:12.948Z||pool-2-thread-3|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:41:12.948Z||pool-2-thread-3|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:41:14.146Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:41:14.155Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674
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=?
2021-06-09T07:41:14.156Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:41:14.156Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:41:14.156Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:41:44.156Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-06-09T07:41:44.156Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9acfda5a-eb04-4be9-914d-d25cc427b674 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=?
2021-06-09T07:41:44.160Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9acfda5a-eb04-4be9-914d-d25cc427b674 and serviceModelVersionId: 3718db8d-1962-4c5e-8e65-976f870f366f
2021-06-09T07:41:44.161Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b94e4ba7-010f-4664-b0b3-6a569b819635
2021-06-09T07:41:44.161Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b94e4ba7-010f-4664-b0b3-6a569b819635/model-vers/model-ver/3718db8d-1962-4c5e-8e65-976f870f366f?depth=0
2021-06-09T07:41:44.165Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-06-09T07:41:44.188Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b94e4ba7-010f-4664-b0b3-6a569b819635/model-vers/model-ver/3718db8d-1962-4c5e-8e65-976f870f366f?depth=0|INFO|500||Invoke
2021-06-09T07:41:44.188Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b94e4ba7-010f-4664-b0b3-6a569b819635/model-vers/model-ver/3718db8d-1962-4c5e-8e65-976f870f366f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b94e4ba7-010f-4664-b0b3-6a569b819635/model-vers/model-ver/3718db8d-1962-4c5e-8e65-976f870f366f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9acfda5a-eb04-4be9-914d-d25cc427b674], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f805fb5b-f762-44d3-a80c-5c50682b84bc], X-ECOMP-RequestID=[9acfda5a-eb04-4be9-914d-d25cc427b674], X-TransactionId=[], X-ONAP-RequestID=[9acfda5a-eb04-4be9-914d-d25cc427b674], Content-Type=[application/merge-patch+json]}
2021-06-09T07:41:44.202Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b94e4ba7-010f-4664-b0b3-6a569b819635/model-vers/model-ver/3718db8d-1962-4c5e-8e65-976f870f366f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-06-09T07:41:44.271Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b94e4ba7-010f-4664-b0b3-6a569b819635/model-vers/model-ver/3718db8d-1962-4c5e-8e65-976f870f366f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b94e4ba7-010f-4664-b0b3-6a569b819635/model-vers/model-ver/3718db8d-1962-4c5e-8e65-976f870f366f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210609-07:41:44:207-21948], vertex-id=[204864], Content-Length=[0], Date=[Wed, 09 Jun 2021 07:41:44 GMT], Content-Type=[application/json]}
2021-06-09T07:41:44.271Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b94e4ba7-010f-4664-b0b3-6a569b819635/model-vers/model-ver/3718db8d-1962-4c5e-8e65-976f870f366f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-09T07:41:44.272Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b94e4ba7-010f-4664-b0b3-6a569b819635/model-vers/model-ver/3718db8d-1962-4c5e-8e65-976f870f366f?depth=0|INFO|500||InvokeReturn
2021-06-09T07:41:44.272Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-09T07:41:44.272Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-09T07:41:44.274Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@732392b5 ((conn=13488) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-06-09T07:41:44.275Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@43553a88 ((conn=13492) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-06-09T07:41:44.278Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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)
2021-06-09T07:41:44.278Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9acfda5a-eb04-4be9-914d-d25cc427b674 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-06-09T07:41:44.279Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-06-09T07:41:44.279Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:41:44.281Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:41:44.281Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224504278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-06-09T07:41:44.381Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T07:41:44.382Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:41:44.382Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:41:45.429Z||pool-105-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:41:45.430Z||pool-105-thread-1|||||WARN|500||Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:452)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:315)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:232)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.access$100(CambriaSimplerBatchPublisher.java:30)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher$1.run(CambriaSimplerBatchPublisher.java:384)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:41:45.430Z||pool-105-thread-1|||||WARN|500||Send failed, 1 message to send.
2021-06-09T07:41:45.430Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 1148 ms
2021-06-09T07:41:45.431Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:41:45.432Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:41:45.432Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:41:46.452Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:41:46.453Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:452)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:315)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:232)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.close(CambriaSimplerBatchPublisher.java:210)
	at org.onap.sdc.impl.DistributionClientImpl.sendStatus(DistributionClientImpl.java:427)
	at org.onap.sdc.impl.DistributionClientImpl.sendFinalDistrStatus(DistributionClientImpl.java:769)
	at org.onap.so.asdc.client.ASDCController.sendFinalDistributionStatus(ASDCController.java:578)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:699)
	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)
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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 25 common frames omitted
2021-06-09T07:41:46.453Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Send failed, 1 message to send.
2021-06-09T07:41:46.703Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 2421 ms
2021-06-09T07:41:46.703Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:41:46.704Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:41:46.704Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:41:47.732Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:41:47.732Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:452)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:315)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:232)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.close(CambriaSimplerBatchPublisher.java:210)
	at org.onap.sdc.impl.DistributionClientImpl.sendStatus(DistributionClientImpl.java:427)
	at org.onap.sdc.impl.DistributionClientImpl.sendFinalDistrStatus(DistributionClientImpl.java:769)
	at org.onap.so.asdc.client.ASDCController.sendFinalDistributionStatus(ASDCController.java:578)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:699)
	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)
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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 25 common frames omitted
2021-06-09T07:41:47.733Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Send failed, 1 message to send.
2021-06-09T07:41:47.983Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 3701 ms
2021-06-09T07:41:47.983Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:41:47.983Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:41:47.984Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:41:49.018Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:41:49.018Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:452)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:315)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:232)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.close(CambriaSimplerBatchPublisher.java:210)
	at org.onap.sdc.impl.DistributionClientImpl.sendStatus(DistributionClientImpl.java:427)
	at org.onap.sdc.impl.DistributionClientImpl.sendFinalDistrStatus(DistributionClientImpl.java:769)
	at org.onap.so.asdc.client.ASDCController.sendFinalDistributionStatus(ASDCController.java:578)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:699)
	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)
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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 25 common frames omitted
2021-06-09T07:41:49.019Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Send failed, 1 message to send.
2021-06-09T07:41:49.269Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 4987 ms
2021-06-09T07:41:49.269Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:41:49.269Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:41:49.270Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:41:50.291Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:41:50.291Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:452)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:315)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:232)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.close(CambriaSimplerBatchPublisher.java:210)
	at org.onap.sdc.impl.DistributionClientImpl.sendStatus(DistributionClientImpl.java:427)
	at org.onap.sdc.impl.DistributionClientImpl.sendFinalDistrStatus(DistributionClientImpl.java:769)
	at org.onap.so.asdc.client.ASDCController.sendFinalDistributionStatus(ASDCController.java:578)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:699)
	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)
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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 25 common frames omitted
2021-06-09T07:41:50.291Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Send failed, 1 message to send.
2021-06-09T07:41:50.542Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 6260 ms
2021-06-09T07:41:50.542Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:41:50.542Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:41:50.542Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:41:51.571Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:41:51.572Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:452)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:315)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:232)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.close(CambriaSimplerBatchPublisher.java:210)
	at org.onap.sdc.impl.DistributionClientImpl.sendStatus(DistributionClientImpl.java:427)
	at org.onap.sdc.impl.DistributionClientImpl.sendFinalDistrStatus(DistributionClientImpl.java:769)
	at org.onap.so.asdc.client.ASDCController.sendFinalDistributionStatus(ASDCController.java:578)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:699)
	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)
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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 25 common frames omitted
2021-06-09T07:41:51.572Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Send failed, 1 message to send.
2021-06-09T07:41:51.822Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 7540 ms
2021-06-09T07:41:51.822Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:41:51.823Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:41:51.823Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:41:52.848Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:41:52.849Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:452)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:315)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:232)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.close(CambriaSimplerBatchPublisher.java:210)
	at org.onap.sdc.impl.DistributionClientImpl.sendStatus(DistributionClientImpl.java:427)
	at org.onap.sdc.impl.DistributionClientImpl.sendFinalDistrStatus(DistributionClientImpl.java:769)
	at org.onap.so.asdc.client.ASDCController.sendFinalDistributionStatus(ASDCController.java:578)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:699)
	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)
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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 25 common frames omitted
2021-06-09T07:41:52.849Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Send failed, 1 message to send.
2021-06-09T07:41:53.100Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 8818 ms
2021-06-09T07:41:53.100Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:41:53.100Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:41:53.100Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:41:54.130Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:41:54.130Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:452)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:315)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:232)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.close(CambriaSimplerBatchPublisher.java:210)
	at org.onap.sdc.impl.DistributionClientImpl.sendStatus(DistributionClientImpl.java:427)
	at org.onap.sdc.impl.DistributionClientImpl.sendFinalDistrStatus(DistributionClientImpl.java:769)
	at org.onap.so.asdc.client.ASDCController.sendFinalDistributionStatus(ASDCController.java:578)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:699)
	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)
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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 25 common frames omitted
2021-06-09T07:41:54.131Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Send failed, 1 message to send.
2021-06-09T07:41:54.381Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 10099 ms
2021-06-09T07:41:54.381Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:41:54.382Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:41:54.382Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:41:55.416Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:41:55.416Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.post(HttpClient.java:452)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.sendBatch(CambriaSimplerBatchPublisher.java:315)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.send(CambriaSimplerBatchPublisher.java:232)
	at com.att.nsa.cambria.client.impl.CambriaSimplerBatchPublisher.close(CambriaSimplerBatchPublisher.java:210)
	at org.onap.sdc.impl.DistributionClientImpl.sendStatus(DistributionClientImpl.java:427)
	at org.onap.sdc.impl.DistributionClientImpl.sendFinalDistrStatus(DistributionClientImpl.java:769)
	at org.onap.so.asdc.client.ASDCController.sendFinalDistributionStatus(ASDCController.java:578)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:699)
	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)
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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 25 common frames omitted
2021-06-09T07:41:55.416Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Send failed, 1 message to send.
2021-06-09T07:41:55.666Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||DistributionClient - sendDownloadStatus. 1 messages unsent
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=?
2021-06-09T07:41:55.682Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:41:55.682Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:41:55.682Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:41:56.689Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:41:56.689Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:41:56.689Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:41:56.690Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:41:56.690Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:41:56.690Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:41:56.690Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:41:57.712Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:41:57.712Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:41:57.713Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:41:57.713Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:41:57.713Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:41:57.714Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:41:57.714Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:41:58.742Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:41:58.743Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:41:58.743Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:41:58.743Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:41:58.743Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:41:58.743Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:41:58.743Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:41:59.762Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:41:59.763Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:41:59.763Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:41:59.763Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:41:59.763Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:41:59.763Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:41:59.764Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:42:00.788Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:42:00.789Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:42:00.789Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:42:00.789Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:42:00.789Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:42:00.790Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:42:00.790Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:42:01.807Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:42:01.808Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:42:01.808Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:42:11.900Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:42:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:42:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:42:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:42:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:42:11.911Z||pool-2-thread-8|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:42:11.911Z||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.
2021-06-09T07:42:11.911Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:42:12.947Z||pool-2-thread-8|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:42:12.947Z||pool-2-thread-8|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:42:12.948Z||pool-2-thread-8|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:42:12.951Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:42:12.951Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:42:12.952Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:43:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:43:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:43:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:43:11.902Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:43:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:43:11.903Z||pool-2-thread-8|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:43:11.904Z||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.
2021-06-09T07:43:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:43:12.947Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:43:12.948Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:43:12.949Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:43:12.950Z||pool-2-thread-8|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:43:12.950Z||pool-2-thread-8|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:43:12.951Z||pool-2-thread-8|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:44:11.900Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:44:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:44:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:44:11.902Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:44:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:44:11.902Z||pool-2-thread-10|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:44:11.903Z||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.
2021-06-09T07:44:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:44:12.948Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:44:12.949Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:44:12.949Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:44:12.952Z||pool-2-thread-10|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:44:12.952Z||pool-2-thread-10|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:44:12.952Z||pool-2-thread-10|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:45:11.900Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:45:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:45:11.902Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:45:11.902Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:45:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:45:11.902Z||pool-2-thread-2|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:45:11.903Z||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.
2021-06-09T07:45:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:45:12.916Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:45:12.917Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:45:12.917Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:45:12.956Z||pool-2-thread-2|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:45:12.956Z||pool-2-thread-2|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:45:12.956Z||pool-2-thread-2|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:46:11.900Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:46:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:46:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:46:11.902Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:46:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:46:11.902Z||pool-2-thread-6|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:46:11.903Z||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.
2021-06-09T07:46:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:46:12.916Z||pool-2-thread-6|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:46:12.916Z||pool-2-thread-6|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:46:12.917Z||pool-2-thread-6|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:46:12.920Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:46:12.920Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:46:12.920Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:47:11.900Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:47:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:47:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:47:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:47:11.902Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:47:11.902Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:47:11.902Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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.
2021-06-09T07:47:11.903Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:47:12.916Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:47:12.916Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:47:12.917Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:47:12.946Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-09T07:47:12.946Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-09T07:47:12.946Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
org.apache.http.conn.HttpHostConnectException: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
	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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 20 common frames omitted
2021-06-09T07:48:11.900Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:48:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:48:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:48:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:48:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:48:11.902Z||pool-2-thread-4|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-09T07:48:11.903Z||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.
2021-06-09T07:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:48:15.706Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:48:16.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "cds",
  "timestamp": 1623224176376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224175496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224171905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623224175495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "clamp",
  "timestamp": 1623224171916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224175496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224171905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "cds",
  "timestamp": 1623224176376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623224175495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "clamp",
  "timestamp": 1623224171916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "cds",
  "timestamp": 1623224176376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224175496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224171905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623224175495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "clamp",
  "timestamp": 1623224171916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "cds",
  "timestamp": 1623224176376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224175496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224171905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623224175495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "clamp",
  "timestamp": 1623224171916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224180390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224175496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224171905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "cds",
  "timestamp": 1623224176376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623224175495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "clamp",
  "timestamp": 1623224171916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224180390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224175496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224171905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "cds",
  "timestamp": 1623224176376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "clamp",
  "timestamp": 1623224171916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623224175495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "dcae-sch",
  "timestamp": 1623224181690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224180390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224175496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224171905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "cds",
  "timestamp": 1623224176376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "clamp",
  "timestamp": 1623224171916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623224175495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "dcae-sch",
  "timestamp": 1623224181690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "policy-id",
  "timestamp": 1623224183038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224180390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "cds",
  "timestamp": 1623224176376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224171905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623224175495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224175496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "clamp",
  "timestamp": 1623224171916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "dcae-sch",
  "timestamp": 1623224181690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "policy-id",
  "timestamp": 1623224183038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224180390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "cds",
  "timestamp": 1623224176376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224175496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224171905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623224175495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "clamp",
  "timestamp": 1623224171916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224171222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "dcae-sch",
  "timestamp": 1623224181690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "policy-id",
  "timestamp": 1623224183038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224180390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623224185518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "cds",
  "timestamp": 1623224186303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224186303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "dcae-sch",
  "timestamp": 1623224181690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224186362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623224186366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224186387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "policy-id",
  "timestamp": 1623224183038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224180390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623224185518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "cds",
  "timestamp": 1623224187308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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=?
2021-06-09T07:48:16.239Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9acfda5a-eb04-4be9-914d-d25cc427b674
2021-06-09T07:48:16.239Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9acfda5a-eb04-4be9-914d-d25cc427b674 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 (?, ?, ?, ?, ?)
2021-06-09T07:48:16.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "dcae-sch",
  "timestamp": 1623224181690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224187455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.248Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224187479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.248Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "policy-id",
  "timestamp": 1623224183038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224180390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623224185518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "dcae-sch",
  "timestamp": 1623224181690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623224188328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:48:16.249Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224188649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.249Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "policy-id",
  "timestamp": 1623224183038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224188865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224188866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224180390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623224185518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "dcae-sch",
  "timestamp": 1623224181690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1623224189330,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
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=?
2021-06-09T07:48:16.254Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9acfda5a-eb04-4be9-914d-d25cc427b674
2021-06-09T07:48:16.254Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9acfda5a-eb04-4be9-914d-d25cc427b674 and ComponentName SDNC
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 (?, ?, ?, ?, ?)
2021-06-09T07:48:16.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "aai-ml",
  "timestamp": 1623224188893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "policy-id",
  "timestamp": 1623224183038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623224185518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224190248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "dcae-sch",
  "timestamp": 1623224181690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "clamp",
  "timestamp": 1623224190492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "aai-ml",
  "timestamp": 1623224188893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224190550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224190641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224190646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.262Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "policy-id",
  "timestamp": 1623224183038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623224185518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "aai-ml",
  "timestamp": 1623224188893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224191554,
  "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=?
2021-06-09T07:48:16.266Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9acfda5a-eb04-4be9-914d-d25cc427b674
2021-06-09T07:48:16.266Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9acfda5a-eb04-4be9-914d-d25cc427b674 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 (?, ?, ?, ?, ?)
2021-06-09T07:48:16.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "policy-id",
  "timestamp": 1623224183038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224191949,
  "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=?
2021-06-09T07:48:16.274Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9acfda5a-eb04-4be9-914d-d25cc427b674
2021-06-09T07:48:16.274Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9acfda5a-eb04-4be9-914d-d25cc427b674 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=?
2021-06-09T07:48:16.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623224185518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224192173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "clamp",
  "timestamp": 1623224192497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "aai-ml",
  "timestamp": 1623224188893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1623224192557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224192763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1623224192953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:48:16.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623224185518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "policy-id",
  "timestamp": 1623224193189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "clamp",
  "timestamp": 1623224193500,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
2021-06-09T07:48:16.283Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9acfda5a-eb04-4be9-914d-d25cc427b674
2021-06-09T07:48:16.284Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9acfda5a-eb04-4be9-914d-d25cc427b674 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-06-09T07:48:16.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "aai-ml",
  "timestamp": 1623224188893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1623224185518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "policy-id",
  "timestamp": 1623224194191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:48:16.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "aai-ml",
  "timestamp": 1623224188893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224194585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224195077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "policy-id",
  "timestamp": 1623224195195,
  "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=?
2021-06-09T07:48:16.295Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9acfda5a-eb04-4be9-914d-d25cc427b674
2021-06-09T07:48:16.295Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9acfda5a-eb04-4be9-914d-d25cc427b674 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=?
2021-06-09T07:48:16.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "aai-ml",
  "timestamp": 1623224188893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "aai-ml",
  "timestamp": 1623224188893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-09T07:48:16.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224196943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224197057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "aai-ml",
  "timestamp": 1623224188893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-09T07:48:16.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-06-09T07:48:16.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224198022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-09T07:48:16.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224198061,
  "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=?
2021-06-09T07:48:16.305Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9acfda5a-eb04-4be9-914d-d25cc427b674
2021-06-09T07:48:16.306Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9acfda5a-eb04-4be9-914d-d25cc427b674 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=?
2021-06-09T07:48:16.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "aai-ml",
  "timestamp": 1623224198908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-09T07:48:16.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224199024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-09T07:48:16.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1623224199064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:48:16.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224200027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-09T07:48:16.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224201031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-06-09T07:48:16.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224202035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-06-09T07:48:16.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1623224203038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:48:16.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "aai-ml",
  "timestamp": 1623224203927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-09T07:48:16.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:48:16.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-09T07:48:16.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9acfda5a-eb04-4be9-914d-d25cc427b674",
  "consumerID": "aai-ml",
  "timestamp": 1623224204930,
  "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=?
2021-06-09T07:48:16.315Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9acfda5a-eb04-4be9-914d-d25cc427b674
2021-06-09T07:48:16.316Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9acfda5a-eb04-4be9-914d-d25cc427b674 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 (?, ?, ?, ?, ?)
2021-06-09T07:48:22.089Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:49:11.900Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:49:11.902Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:49:11.902Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:49:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:49:11.902Z||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.
2021-06-09T07:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:49:21.443Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:49:21.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:50:11.900Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:50:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:50:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:50:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:50:11.902Z||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.
2021-06-09T07:50:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:50:21.441Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:50:21.445Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:51:11.900Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:51:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:51:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:51:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:51:11.902Z||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.
2021-06-09T07:51:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:51:21.444Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:51:21.449Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:52:11.900Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:52:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:52:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:52:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:52:11.902Z||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.
2021-06-09T07:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:52:21.440Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:52:21.446Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:53:11.900Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:53:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:53:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:53:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:53:11.902Z||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.
2021-06-09T07:53:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:53:21.438Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:53:21.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:54:11.900Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:54:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:54:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:54:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:54:11.902Z||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.
2021-06-09T07:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:54:21.438Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:54:21.444Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:55:11.900Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:55:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:55:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:55:11.902Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:55:11.903Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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.
2021-06-09T07:55:11.903Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:55:21.437Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:55:21.442Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:56:11.900Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:56:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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.
2021-06-09T07:56:11.901Z|9acfda5a-eb04-4be9-914d-d25cc427b674|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:56:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:56:11.902Z||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.
2021-06-09T07:56:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:56:21.440Z|9acfda5a-eb04-4be9-914d-d25cc427b674|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-09T07:56:21.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK