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-05-13T04:28:38.440Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-5cfjw with PID 14 (/app/app.jar started by so in /app)
2021-05-13T04:28:38.446Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-13T04:28:38.446Z||main|||||INFO|500||The following profiles are active: basic
2021-05-13T04:28:44.922Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-13T04:28:44.922Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-13T04:28:44.998Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-13T04:28:46.363Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-13T04:28:46.494Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-13T04:28:46.770Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-13T04:28:46.778Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-13T04:28:46.845Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-13T04:28:46.991Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-13T04:28:47.391Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-13T04:28:48.135Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-13T04:28:49.850Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-13T04:28:49.886Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-13T04:28:50.258Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-13T04:28:50.346Z||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-05-13T04:28:51.356Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-13T04:28:52.244Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-05-13T04:28:52.260Z||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$$c7e84f01.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-05-13T04:28:52.261Z||main|||||WARN|500||The sdc end point is not alive
2021-05-13T04:28:54.249Z||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-05-13T04:28:56.409Z||main|||||WARN|500||---
2021-05-13T04:28:56.410Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-13T04:28:56.410Z||main|||||WARN|500||---
2021-05-13T04:28:56.682Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-13T04:28:59.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-13T04:28:59.546Z||main|||||INFO|500||Started Application in 22.777 seconds (JVM running for 23.755)
2021-05-13T04:28:59.547Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-13T04:28:59.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-13T04:28:59.577Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-13T04:28:59.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8402aa2e-551d-4827-9736-32731a3eac5d url= /sdc/v1/artifactTypes
2021-05-13T04:28:59.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-13T04:28:59.871Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-13T04:28:59.884Z||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-05-13T04:28:59.909Z||scheduling-1|||||DEBUG|500||create keys
2021-05-13T04:28:59.916Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-13T04:28:59.951Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:28:59.974Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6e344ea5-9773-4281-b194-d1cfe6ddf369 url= /sdc/v1/registerForDistribution
2021-05-13T04:29:00.122Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6e344ea5-9773-4281-b194-d1cfe6ddf369 url= /sdc/v1/registerForDistribution
2021-05-13T04:29:00.122Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-13T04:29:00.136Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:29:00.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:29:00.142Z||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-05-13T04:29:00.142Z||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-05-13T04:29:00.142Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:29:00.142Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:29:00.147Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-13T04:29:10.396Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:29:10.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:30:00.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:30:00.135Z||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-05-13T04:30:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:30:00.136Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:30:00.137Z||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-05-13T04:30:00.138Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:30:09.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:30:09.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:31:00.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:31:00.135Z||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-05-13T04:31:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:31:00.136Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:31:00.137Z||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-05-13T04:31:00.138Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:31:09.685Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:31:09.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:32:00.137Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:32:00.142Z||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-05-13T04:32:00.143Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:32:00.146Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:32:00.148Z||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-05-13T04:32:00.149Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:32:09.695Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:32:09.695Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:33:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:33:00.135Z||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-05-13T04:33:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:33:00.136Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:33:00.138Z||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-05-13T04:33:00.138Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:33:09.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:33:09.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:34:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:34:00.135Z||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-05-13T04:34:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:34:00.136Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:34:00.137Z||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-05-13T04:34:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:34:09.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:34:09.693Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:35:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:35:00.135Z||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-05-13T04:35:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:35:00.136Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:35:00.137Z||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-05-13T04:35:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:35:09.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:35:09.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:36:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:36:00.135Z||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-05-13T04:36:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:36:00.136Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:36:00.138Z||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-05-13T04:36:00.138Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:36:09.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:36:09.686Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:37:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:37:00.135Z||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-05-13T04:37:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:37:00.136Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:37:00.137Z||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-05-13T04:37:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:37:09.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:37:09.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:38:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:38:00.135Z||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-05-13T04:38:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:38:00.136Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:38:00.137Z||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-05-13T04:38:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:38:09.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:38:09.689Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:38:40.001Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-13T04:39:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:39:00.135Z||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-05-13T04:39:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:39:00.136Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:39:00.137Z||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-05-13T04:39:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:39:09.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:39:09.688Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:40:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:40:00.135Z||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-05-13T04:40:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:40:00.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:40:00.137Z||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-05-13T04:40:00.138Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:40:09.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:40:09.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:41:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:41:00.135Z||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-05-13T04:41:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:41:00.136Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:41:00.137Z||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-05-13T04:41:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:41:09.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:41:09.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:42:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:42:00.135Z||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-05-13T04:42:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:42:00.136Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:42:00.137Z||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-05-13T04:42:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:42:09.689Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:42:09.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:43:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:43:00.135Z||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-05-13T04:43:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:43:00.136Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:43:00.137Z||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-05-13T04:43:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:43:09.709Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:43:09.709Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:44:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:44:00.135Z||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-05-13T04:44:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:44:00.136Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:44:00.137Z||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-05-13T04:44:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:44:09.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:44:09.691Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:45:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:45:00.135Z||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-05-13T04:45:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:45:00.136Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:45:00.137Z||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-05-13T04:45:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:45:09.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:45:09.687Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:46:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:46:00.135Z||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-05-13T04:46:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:46:00.136Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:46:00.137Z||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-05-13T04:46:00.138Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:46:09.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:46:09.689Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:47:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:47:00.135Z||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-05-13T04:47:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:47:00.136Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:47:00.137Z||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-05-13T04:47:00.138Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:47:09.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:47:09.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:48:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:48:00.135Z||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-05-13T04:48:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:48:00.136Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:48:00.137Z||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-05-13T04:48:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:48:09.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:48:09.685Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:49:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:49:00.135Z||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-05-13T04:49:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:49:00.136Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:49:00.137Z||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-05-13T04:49:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:49:09.689Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:49:09.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:50:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:50:00.135Z||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-05-13T04:50:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:50:00.136Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:50:00.137Z||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-05-13T04:50:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:50:09.706Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:50:09.712Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:51:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:51:00.135Z||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-05-13T04:51:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:51:00.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:51:00.137Z||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-05-13T04:51:00.138Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:51:09.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:51:09.685Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:52:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:52:00.135Z||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-05-13T04:52:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:52:00.136Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:52:00.137Z||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-05-13T04:52:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:52:09.679Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:52:09.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:53:00.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:53:00.136Z||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-05-13T04:53:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:53:00.136Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:53:00.137Z||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-05-13T04:53:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:53:09.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:53:09.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:54:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:54:00.136Z||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-05-13T04:54:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:54:00.136Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:54:00.137Z||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-05-13T04:54:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:54:09.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:54:09.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:55:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:55:00.136Z||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-05-13T04:55:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:55:00.136Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:55:00.137Z||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-05-13T04:55:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:55:09.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:55:09.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:56:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:56:00.135Z||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-05-13T04:56:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:56:00.136Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:56:00.137Z||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-05-13T04:56:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:56:09.692Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:56:09.695Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:57:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:57:00.135Z||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-05-13T04:57:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:57:00.136Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:57:00.137Z||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-05-13T04:57:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:57:09.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:57:09.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:58:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:58:00.135Z||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-05-13T04:58:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:58:00.136Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:58:00.137Z||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-05-13T04:58:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:58:09.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:58:09.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:59:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:59:00.135Z||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-05-13T04:59:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:59:00.136Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T04:59:00.137Z||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-05-13T04:59:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T04:59:09.692Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T04:59:09.694Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:00:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:00:00.135Z||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-05-13T05:00:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:00:00.136Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:00:00.137Z||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-05-13T05:00:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:00:09.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:00:09.682Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:01:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:01:00.135Z||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-05-13T05:01:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:01:00.136Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:01:00.137Z||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-05-13T05:01:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:01:09.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:01:09.689Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:02:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:02:00.135Z||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-05-13T05:02:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:02:00.136Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:02:00.137Z||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-05-13T05:02:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:02:09.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:02:09.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:03:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:03:00.135Z||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-05-13T05:03:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:03:00.136Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:03:00.137Z||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-05-13T05:03:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:03:09.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:03:09.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:04:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:04:00.135Z||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-05-13T05:04:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:04:00.136Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:04:00.137Z||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-05-13T05:04:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:04:09.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:04:09.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:05:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:05:00.135Z||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-05-13T05:05:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:05:00.136Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:05:00.137Z||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-05-13T05:05:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:05:09.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:05:09.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:06:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:06:00.135Z||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-05-13T05:06:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:06:00.136Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:06:00.137Z||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-05-13T05:06:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:06:09.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:06:09.685Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:07:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:07:00.135Z||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-05-13T05:07:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:07:00.136Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:07:00.137Z||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-05-13T05:07:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:07:09.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:07:09.682Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:08:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:08:00.135Z||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-05-13T05:08:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:08:00.136Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:08:00.137Z||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-05-13T05:08:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:08:09.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:08:09.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:09:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:09:00.135Z||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-05-13T05:09:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:09:00.136Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:09:00.137Z||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-05-13T05:09:00.138Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:09:09.689Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:09:09.689Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:10:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:10:00.135Z||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-05-13T05:10:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:10:00.136Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:10:00.137Z||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-05-13T05:10:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:10:09.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:10:09.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:11:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:11:00.135Z||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-05-13T05:11:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:11:00.136Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:11:00.137Z||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-05-13T05:11:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:11:09.679Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:11:09.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:12:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:12:00.135Z||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-05-13T05:12:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:12:00.136Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:12:00.137Z||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-05-13T05:12:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:12:09.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:12:09.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:13:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:13:00.135Z||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-05-13T05:13:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:13:00.136Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:13:00.137Z||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-05-13T05:13:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:13:09.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:13:09.687Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:14:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:14:00.135Z||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-05-13T05:14:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:14:00.136Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:14:00.136Z||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-05-13T05:14:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:14:09.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:14:09.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:15:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:15:00.135Z||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-05-13T05:15:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:15:00.136Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:15:00.137Z||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-05-13T05:15:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:15:09.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:15:09.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:16:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:16:00.134Z||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-05-13T05:16:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:16:00.136Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:16:00.137Z||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-05-13T05:16:00.138Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:16:09.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:16:09.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:17:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:17:00.135Z||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-05-13T05:17:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:17:00.136Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:17:00.137Z||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-05-13T05:17:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:17:09.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:17:09.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:18:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:18:00.135Z||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-05-13T05:18:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:18:00.136Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:18:00.137Z||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-05-13T05:18:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:18:09.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:18:09.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:19:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:19:00.136Z||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-05-13T05:19:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:19:00.136Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:19:00.137Z||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-05-13T05:19:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:19:09.677Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:19:09.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:20:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:20:00.135Z||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-05-13T05:20:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:20:00.136Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:20:00.137Z||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-05-13T05:20:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:20:09.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:20:09.685Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:21:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:21:00.135Z||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-05-13T05:21:00.136Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:21:00.136Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:21:00.137Z||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-05-13T05:21:00.138Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:21:09.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:21:09.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:22:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:22:00.135Z||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-05-13T05:22:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:22:00.136Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:22:00.137Z||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-05-13T05:22:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:22:09.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:22:09.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:23:00.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:23:00.135Z||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-05-13T05:23:00.135Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:23:00.136Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:23:00.137Z||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-05-13T05:23:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:23:00.762Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:23:00.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8d35672-9af2-4982-9d6e-45ce6f0f94a8","serviceName":"Demo_pNF_bMNP7HIq4y8N41mQfju5","serviceVersion":"1.0","serviceUUID":"56394cb5-c472-4c72-a97c-cb62c3972916","serviceDescription":"catalog service description","serviceInvariantUUID":"f840c7a1-6080-4997-aef2-33d13003a99c","resources":[{"resourceInstanceName":"pNF 61aeec91-08e7 0","resourceName":"pNF 61aeec91-08e7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9580aa99-db7b-4e27-9fad-8f5d40bc27c7","resourceInvariantUUID":"dfc16d07-7dc7-4d5f-8bd2-438f2ff5be2a","resourceCustomizationUUID":"164008c3-3ff9-46ff-96d6-3f16a54c38de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vf-license-model.xml","artifactChecksum":"YmVlYWE2OTAzZTQ5OGQwMmEwZjg2NTUzMTY2NjNjZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ffa3b1bc-0ce7-4fb1-a5e8-30154e2a6580","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/pNF.csar","artifactChecksum":"YTdkYjJmZWI0N2M3YzVjZDhhYzA5NzY5NmRkM2FkYmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"595114e6-3c80-43ff-a577-95fd2552da05","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e983986d-e559-4308-9f86-812d778d22d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vendor-license-model.xml","artifactChecksum":"MGI0MDJlOTIwNmI0MWMzNTEzMjhjZWRmYjkwZGZjYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e818b60-3cb6-4e00-8ada-557799a8863e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76b6b20b-9d26-41f1-b6c0-6c5e7c4dc12b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9cba279c-507b-4fdb-9059-f602f0b79c96","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml","artifactChecksum":"NmE2YTJkNmZhOWI1M2E2MTdmMTdhOTI2MTVkMDU2ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c84eab29-e50b-4789-8005-f82c740e8f7d","artifactVersion":"1"},{"artifactName":"service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar","artifactChecksum":"MzI0OGQ4ZTdjNjY4NzRmZGQwNDEwNTczMGUxZmJiZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90a5d58d-8d74-4e89-83bc-c9241a63e48d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-13T05:23:00.771Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:23:00.780Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T05:23:00.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620883338961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.789Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-13T05:23:00.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620883338136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "policy-id",
  "timestamp": 1620883333636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620883337240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620883338961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620883338136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "policy-id",
  "timestamp": 1620883333636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620883337240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620883338961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620883338136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "policy-id",
  "timestamp": 1620883333636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620883337240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620883338961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620883338136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "policy-id",
  "timestamp": 1620883333636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620883337240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620883338136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.807Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T05:23:00.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620883338961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.807Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "policy-id",
  "timestamp": 1620883333636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620883337240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "cds",
  "timestamp": 1620883345243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "dcae-sch",
  "timestamp": 1620883345384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620883338961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620883338136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-05-13T05:23:00.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "policy-id",
  "timestamp": 1620883333636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620883337240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "cds",
  "timestamp": 1620883345243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "dcae-sch",
  "timestamp": 1620883345384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620883338961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620883338136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "policy-id",
  "timestamp": 1620883333636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620883337240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620883346948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "cds",
  "timestamp": 1620883345243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "dcae-sch",
  "timestamp": 1620883345384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620883338961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620883338136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "policy-id",
  "timestamp": 1620883333636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "clamp",
  "timestamp": 1620883347475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620883337240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620883346948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "cds",
  "timestamp": 1620883345243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "dcae-sch",
  "timestamp": 1620883345384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "clamp",
  "timestamp": 1620883347475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620883346948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "cds",
  "timestamp": 1620883345243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "dcae-sch",
  "timestamp": 1620883345384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "clamp",
  "timestamp": 1620883347475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620883346948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620883350903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "cds",
  "timestamp": 1620883345243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "policy-id",
  "timestamp": 1620883350930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-13T05:23:00.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "dcae-sch",
  "timestamp": 1620883345384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "clamp",
  "timestamp": 1620883347475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620883346948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "cds",
  "timestamp": 1620883345243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "dcae-sch",
  "timestamp": 1620883345384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620883352107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "clamp",
  "timestamp": 1620883347475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "policy-id",
  "timestamp": 1620883352149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620883346948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "cds",
  "timestamp": 1620883345243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "dcae-sch",
  "timestamp": 1620883345384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:00.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620883353156,
  "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-05-13T05:23:00.907Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-05-13T05:23:00.911Z||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-05-13T05:23:00.911Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cMd0j56NgiSe2Ckq) ...
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-05-13T05:23:00.925Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:23:00.927Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-13T05:23:00.979Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f8d35672-9af2-4982-9d6e-45ce6f0f94a8
2021-05-13T05:23:00.996Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8d35672-9af2-4982-9d6e-45ce6f0f94a8 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-05-13T05:23:01.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "clamp",
  "timestamp": 1620883347475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.024Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "policy-id",
  "timestamp": 1620883353153,
  "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-05-13T05:23:01.038Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8d35672-9af2-4982-9d6e-45ce6f0f94a8
2021-05-13T05:23:01.038Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8d35672-9af2-4982-9d6e-45ce6f0f94a8 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-05-13T05:23:01.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620883346948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "clamp",
  "timestamp": 1620883347475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620883346948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-13T05:23:01.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "clamp",
  "timestamp": 1620883347475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-13T05:23:01.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "cds",
  "timestamp": 1620883355221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-13T05:23:01.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T05:23:01.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "cds",
  "timestamp": 1620883356237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-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-05-13T05:23:01.049Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8d35672-9af2-4982-9d6e-45ce6f0f94a8
2021-05-13T05:23:01.049Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8d35672-9af2-4982-9d6e-45ce6f0f94a8 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-05-13T05:23:01.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "aai-ml",
  "timestamp": 1620883357174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "aai-ml",
  "timestamp": 1620883357174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "aai-ml",
  "timestamp": 1620883357174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620883359302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "aai-ml",
  "timestamp": 1620883357174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620883359302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "aai-ml",
  "timestamp": 1620883357174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620883359302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "aai-ml",
  "timestamp": 1620883357174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620883359302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "aai-ml",
  "timestamp": 1620883357174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620883359302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "aai-ml",
  "timestamp": 1620883357174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620883359302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620883359302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "aai-ml",
  "timestamp": 1620883366068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "clamp",
  "timestamp": 1620883366309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-13T05:23:01.058Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T05:23:01.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620883359302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-13T05:23:01.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:23:01.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "clamp",
  "timestamp": 1620883368317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-13T05:23:01.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T05:23:01.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "clamp",
  "timestamp": 1620883369321,
  "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-05-13T05:23:01.062Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f8d35672-9af2-4982-9d6e-45ce6f0f94a8
2021-05-13T05:23:01.063Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8d35672-9af2-4982-9d6e-45ce6f0f94a8 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-05-13T05:23:01.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620883370837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-13T05:23:01.069Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T05:23:01.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620883374155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-13T05:23:01.069Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T05:23:01.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "aai-ml",
  "timestamp": 1620883374599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-13T05:23:01.070Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T05:23:01.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620883375160,
  "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-05-13T05:23:01.073Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8d35672-9af2-4982-9d6e-45ce6f0f94a8
2021-05-13T05:23:01.073Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8d35672-9af2-4982-9d6e-45ce6f0f94a8 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-05-13T05:23:01.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:23:01.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "aai-ml",
  "timestamp": 1620883375606,
  "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-05-13T05:23:01.083Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8d35672-9af2-4982-9d6e-45ce6f0f94a8
2021-05-13T05:23:01.083Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8d35672-9af2-4982-9d6e-45ce6f0f94a8 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-05-13T05:23:01.813Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T05:23:01.815Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-13T05:23:01.818Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T05:23:01.818Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:01.918Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T05:23:01.919Z||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-05-13T05:23:01.920Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:23:01.932Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:23:01.933Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-13T05:23:02.819Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T05:23:02.820Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-13T05:23:02.823Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T05:23:02.824Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:02.923Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-13T05:23:02.924Z||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-05-13T05:23:02.924Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:23:02.935Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:23:02.936Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-13T05:23:03.824Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T05:23:03.826Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-13T05:23:03.829Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T05:23:03.829Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:03.929Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T05:23:03.930Z||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-05-13T05:23:03.931Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:23:03.943Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:23:03.944Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-13T05:23:04.830Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T05:23:04.831Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-13T05:23:04.832Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T05:23:04.832Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:04.933Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-13T05:23:04.934Z||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-05-13T05:23:04.934Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:23:04.946Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:23:04.947Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-13T05:23:05.833Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T05:23:05.834Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-13T05:23:05.836Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T05:23:05.836Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:05.936Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T05:23:05.936Z||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-05-13T05:23:05.936Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:23:05.947Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:23:05.948Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-13T05:23:06.836Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T05:23:06.837Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-13T05:23:06.838Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T05:23:06.838Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:23:06.939Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-13T05:23:06.939Z||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-05-13T05:23:06.939Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:23:06.951Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:23:06.951Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-13T05:23:07.841Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-13T05:23:07.842Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-13T05:23:07.845Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T05:23:07.845Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-13T05:23:07.945Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T05:23:07.946Z||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-05-13T05:23:07.946Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:23:07.958Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:23:07.958Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-13T05:23:08.846Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "serviceName": "Demo_pNF_bMNP7HIq4y8N41mQfju5",
  "serviceVersion": "1.0",
  "serviceUUID": "56394cb5-c472-4c72-a97c-cb62c3972916",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f840c7a1-6080-4997-aef2-33d13003a99c",
  "resources": [
    {
      "resourceInstanceName": "pNF 61aeec91-08e7 0",
      "resourceCustomizationUUID": "164008c3-3ff9-46ff-96d6-3f16a54c38de",
      "resourceName": "pNF 61aeec91-08e7",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9580aa99-db7b-4e27-9fad-8f5d40bc27c7",
      "resourceInvariantUUID": "dfc16d07-7dc7-4d5f-8bd2-438f2ff5be2a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
      "artifactChecksum": "MzI0OGQ4ZTdjNjY4NzRmZGQwNDEwNTczMGUxZmJiZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90a5d58d-8d74-4e89-83bc-c9241a63e48d"
    }
  ],
  "workloadContext": "Production"
}
2021-05-13T05:23:08.847Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-13T05:23:08.847Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56394cb5-c472-4c72-a97c-cb62c3972916 ASDC
2021-05-13T05:23:08.924Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f8d35672-9af2-4982-9d6e-45ce6f0f94a8
ServiceName:Demo_pNF_bMNP7HIq4y8N41mQfju5
ServiceVersion:1.0
ServiceUUID:56394cb5-c472-4c72-a97c-cb62c3972916
ServiceInvariantUUID:f840c7a1-6080-4997-aef2-33d13003a99c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
ArtifactUUID:90a5d58d-8d74-4e89-83bc-c9241a63e48d
ArtifactChecksum:MzI0OGQ4ZTdjNjY4NzRmZGQwNDEwNTczMGUxZmJiZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 61aeec91-08e7 0
ResourceCustomizationUUID:164008c3-3ff9-46ff-96d6-3f16a54c38de
ResourceInvariantUUID:dfc16d07-7dc7-4d5f-8bd2-438f2ff5be2a
ResourceName:pNF 61aeec91-08e7
ResourceType:PNF
ResourceUUID:9580aa99-db7b-4e27-9fad-8f5d40bc27c7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-05-13T05:23:08.924Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56394cb5-c472-4c72-a97c-cb62c3972916 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-05-13T05:23:08.968Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-13T05:23:08.969Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-13T05:23:08.969Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-13T05:23:08.970Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 90a5d58d-8d74-4e89-83bc-c9241a63e48d from URL: /sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:08.970Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-05-13T05:23:08.971Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:11.395Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-05-13T05:23:11.409Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar 90a5d58d-8d74-4e89-83bc-c9241a63e48d 83316
2021-05-13T05:23:11.410Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar ASDC sendASDCNotification
2021-05-13T05:23:11.410Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:11.411Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-13T05:23:11.411Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-13T05:23:11.413Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T05:23:11.413Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883391409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-13T05:23:11.514Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T05:23:11.515Z||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-05-13T05:23:11.515Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:23:11.529Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:23:11.530Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-05-13T05:23:12.413Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-13T05:23:12.415Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-05-13T05:23:12.415Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 90a5d58d-8d74-4e89-83bc-c9241a63e48d, URL: /sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar to file: /app/ASDC/1/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:12.416Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:12.542Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:12.542Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:12.805Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8073375758688109426/Definitions/service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml
2021-05-13T05:23:14.190Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-13T05:23:14.196Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-13T05:23:14.196Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:14.196Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-13T05:23:14.196Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 61aeec91-08e7 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-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:14.197Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||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-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:14.197Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:14.197Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||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-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:14.197Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||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-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:14.197Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||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-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:14.197Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 61aeec91-08e7 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:14.197Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||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-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:14.197Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-05-13T05:23:14.202Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-13T05:23:14.204Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bMNP7HIq4y8N41mQfju5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T05:23:14.206Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Node template pNF 61aeec91-08e7 0 is matching search criteria
2021-05-13T05:23:14.222Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-13T05:23:14.223Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 61aeec91-08e7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-13T05:23:14.224Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-13T05:23:14.224Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bMNP7HIq4y8N41mQfju5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T05:23:14.224Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Node template pNF 61aeec91-08e7 0 is matching search criteria
2021-05-13T05:23:14.224Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-05-13T05:23:14.224Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 61aeec91-08e7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-13T05:23:14.225Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-13T05:23:14.225Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bMNP7HIq4y8N41mQfju5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T05:23:14.225Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-13T05:23:14.225Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bMNP7HIq4y8N41mQfju5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T05:23:14.225Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-13T05:23:14.225Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bMNP7HIq4y8N41mQfju5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T05:23:14.225Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-13T05:23:14.225Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bMNP7HIq4y8N41mQfju5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T05:23:14.225Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-13T05:23:14.225Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bMNP7HIq4y8N41mQfju5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T05:23:14.229Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_bMNP7HIq4y8N41mQfju5
Description:catalog service description
Model UUID:56394cb5-c472-4c72-a97c-cb62c3972916
Model Version:NULL
Model InvariantUuid:f840c7a1-6080-4997-aef2-33d13003a99c
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-05-13T05:23:14.247Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9580aa99-db7b-4e27-9fad-8f5d40bc27c7
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-05-13T05:23:14.342Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||pNF 61aeec91-08e7 0
2021-05-13T05:23:14.348Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9580aa99-db7b-4e27-9fad-8f5d40bc27c7
2021-05-13T05:23:14.350Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 56394cb5-c472-4c72-a97c-cb62c3972916
2021-05-13T05:23:14.350Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 56394cb5-c472-4c72-a97c-cb62c3972916
2021-05-13T05:23:14.350Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 61aeec91-08e7 0 9580aa99-db7b-4e27-9fad-8f5d40bc27c7 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-05-13T05:23:14.357Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-13T05:23:14.357Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bMNP7HIq4y8N41mQfju5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T05:23:14.358Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 56394cb5-c472-4c72-a97c-cb62c3972916: pNF 61aeec91-08e7
2021-05-13T05:23:14.358Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||Processing PNF resource: 9580aa99-db7b-4e27-9fad-8f5d40bc27c7
2021-05-13T05:23:14.358Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-13T05:23:14.358Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_bMNP7HIq4y8N41mQfju5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-13T05:23:14.358Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||Resource customization UUID: 164008c3-3ff9-46ff-96d6-3f16a54c38de is the same as notified resource customizationUUID: 164008c3-3ff9-46ff-96d6-3f16a54c38de
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-05-13T05:23:14.490Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 61aeec91-08e7 9580aa99-db7b-4e27-9fad-8f5d40bc27c7 0 ASDC deployResourceStructure
2021-05-13T05:23:14.491Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar ASDC sendASDCNotification
2021-05-13T05:23:14.491Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar
2021-05-13T05:23:14.491Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-13T05:23:14.492Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-13T05:23:14.493Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T05:23:14.493Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883394491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-13T05:23:14.594Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-13T05:23:14.596Z||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-05-13T05:23:14.597Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:23:14.609Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:23:14.610Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-05-13T05:23:15.495Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8d35672-9af2-4982-9d6e-45ce6f0f94a8
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-05-13T05:23:15.515Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8d35672-9af2-4982-9d6e-45ce6f0f94a8
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-05-13T05:23:15.518Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-13T05:23:15.519Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-13T05:23:15.519Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-13T05:23:15.519Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-13T05:23:15.519Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-13T05:23:15.519Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-13T05:23:15.519Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-13T05:23:15.519Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-13T05:23:15.519Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-13T05:23:15.519Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-13T05:23:15.519Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-13T05:23:15.520Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||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-05-13T05:23:15.524Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-13T05:23:45.525Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8d35672-9af2-4982-9d6e-45ce6f0f94a8 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-05-13T05:23:45.532Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8d35672-9af2-4982-9d6e-45ce6f0f94a8 and serviceModelVersionId: 56394cb5-c472-4c72-a97c-cb62c3972916
2021-05-13T05:23:45.532Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f840c7a1-6080-4997-aef2-33d13003a99c
2021-05-13T05:23:55.679Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f840c7a1-6080-4997-aef2-33d13003a99c/model-vers/model-ver/56394cb5-c472-4c72-a97c-cb62c3972916?depth=0
2021-05-13T05:23:55.783Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-05-13T05:23:56.182Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f840c7a1-6080-4997-aef2-33d13003a99c/model-vers/model-ver/56394cb5-c472-4c72-a97c-cb62c3972916?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-05-13T05:23:56.187Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f840c7a1-6080-4997-aef2-33d13003a99c/model-vers/model-ver/56394cb5-c472-4c72-a97c-cb62c3972916?depth=0|INFO|500||Invoke
2021-05-13T05:23:56.286Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f840c7a1-6080-4997-aef2-33d13003a99c/model-vers/model-ver/56394cb5-c472-4c72-a97c-cb62c3972916?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-13T05:23:56.699Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f840c7a1-6080-4997-aef2-33d13003a99c/model-vers/model-ver/56394cb5-c472-4c72-a97c-cb62c3972916?depth=0|INFO|500||InvokeReturn
2021-05-13T05:23:56.699Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f840c7a1-6080-4997-aef2-33d13003a99c/model-vers/model-ver/56394cb5-c472-4c72-a97c-cb62c3972916?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210513-05:23:56:297-92376], vertex-id=[389328], Content-Length=[0], Date=[Thu, 13 May 2021 05:23:56 GMT], Content-Type=[application/json]}
2021-05-13T05:23:56.699Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-05-13T05:23:56.706Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-13T05:23:56.706Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||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-05-13T05:23:56.711Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||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-05-13T05:23:56.717Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8d35672-9af2-4982-9d6e-45ce6f0f94a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-13T05:23:56.718Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-13T05:23:56.718Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-05-13T05:23:56.720Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-13T05:23:56.720Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883436717,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-13T05:23:56.821Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-13T05:23:56.821Z||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-05-13T05:23:56.821Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:23:56.835Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:23:56.835Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 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-05-13T05:24:00.134Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:24:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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-05-13T05:24:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:24:00.136Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:24:00.137Z||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-05-13T05:24:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:24:00.259Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:24:00.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-13T05:24:00.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:24:00.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:24:09.678Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:25:00.134Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:25:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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-05-13T05:25:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:25:00.136Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:25:00.137Z||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-05-13T05:25:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:25:00.667Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:25:00.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-13T05:25:00.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:25:00.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:25:00.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-13T05:25:00.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:25:00.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:25:00.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-13T05:25:00.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:25:00.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:25:00.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-13T05:25:00.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:25:00.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:25:00.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-13T05:25:00.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/resourceInstances/pnf61aeec9108e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:25:00.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:25:00.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-13T05:25:00.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-13T05:25:00.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:25:00.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-13T05:25:00.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883380134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "NOTIFIED"
}
2021-05-13T05:25:00.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-13T05:25:00.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-13T05:25:00.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883391409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-13T05:25:00.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T05:25:00.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-13T05:25:00.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883394491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBmnp7hiq4y8n41mqfju5/1.0/artifacts/service-DemoPnfBmnp7hiq4y8n41mqfju5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-13T05:25:00.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T05:25:00.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-13T05:25:00.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8d35672-9af2-4982-9d6e-45ce6f0f94a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620883436717,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-13T05:25:00.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-13T05:25:09.682Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:26:00.134Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:26:00.136Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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-05-13T05:26:00.136Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:26:00.136Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:26:00.140Z||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-05-13T05:26:00.140Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:26:09.685Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:26:09.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:27:00.134Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:27:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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-05-13T05:27:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:27:00.136Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:27:00.137Z||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-05-13T05:27:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:27:09.678Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:27:09.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:28:00.134Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:28:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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-05-13T05:28:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:28:00.136Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:28:00.137Z||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-05-13T05:28:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:28:09.683Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:28:09.686Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:29:00.134Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:29:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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-05-13T05:29:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:29:00.136Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:29:00.137Z||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-05-13T05:29:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:29:09.685Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:29:09.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:30:00.134Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:30:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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-05-13T05:30:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:30:00.136Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:30:00.138Z||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-05-13T05:30:00.138Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:30:09.687Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:30:09.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:31:00.134Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:31:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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-05-13T05:31:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:31:00.136Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:31:00.137Z||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-05-13T05:31:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:31:09.683Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:31:09.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:32:00.134Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:32:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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-05-13T05:32:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:32:00.136Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:32:00.137Z||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-05-13T05:32:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:32:09.680Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:32:09.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:33:00.134Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:33:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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-05-13T05:33:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:33:00.136Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:33:00.137Z||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-05-13T05:33:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:33:09.683Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:33:09.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:34:00.134Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:34:00.134Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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-05-13T05:34:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:34:00.136Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:34:00.137Z||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-05-13T05:34:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:34:09.681Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:34:09.681Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:35:00.134Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:35:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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-05-13T05:35:00.135Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:35:00.136Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:35:00.137Z||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-05-13T05:35:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:35:09.686Z|f8d35672-9af2-4982-9d6e-45ce6f0f94a8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:35:09.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:36:00.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:36:00.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-13T05:36:00.135Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:36:00.136Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:36:00.137Z||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-05-13T05:36:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:36:09.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:36:09.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:37:00.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:37:00.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-13T05:37:00.135Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:37:00.136Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:37:00.137Z||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-05-13T05:37:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:37:09.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:37:09.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:38:00.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:38:00.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-13T05:38:00.135Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:38:00.136Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:38:00.137Z||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-05-13T05:38:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:38:09.687Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:38:09.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:39:00.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:39:00.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-13T05:39:00.135Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:39:00.136Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:39:00.137Z||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-05-13T05:39:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:39:09.679Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:39:09.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:40:00.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:40:00.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-13T05:40:00.135Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:40:00.136Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:40:00.137Z||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-05-13T05:40:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:40:09.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:40:09.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:41:00.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:41:00.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-13T05:41:00.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cMd0j56NgiSe2Ckq) ...
2021-05-13T05:41:00.136Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-13T05:41:00.137Z||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-05-13T05:41:00.137Z||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 cMd0j56NgiSe2Ckq) ...
2021-05-13T05:41:09.676Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-13T05:41:09.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK