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-10-19T02:10:28.694Z||main|||||INFO|500||The following profiles are active: basic
2021-10-19T02:10:38.396Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-19T02:10:38.397Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-19T02:10:38.472Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-19T02:10:40.826Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-19T02:10:41.006Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-19T02:10:41.402Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-19T02:10:41.407Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-19T02:10:41.484Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-19T02:10:41.666Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-19T02:10:42.060Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-19T02:10:42.857Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-19T02:10:45.026Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-19T02:10:45.070Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-19T02:10:45.499Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-19T02:10:45.620Z||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-10-19T02:10:46.750Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-19T02:10:47.699Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-19T02:10:47.716Z||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$$8b4e7d66.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-10-19T02:10:47.717Z||main|||||WARN|500||The sdc end point is not alive
2021-10-19T02:10:50.760Z||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-10-19T02:10:53.435Z||main|||||WARN|500||---
2021-10-19T02:10:53.436Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-19T02:10:53.436Z||main|||||WARN|500||---
2021-10-19T02:10:53.860Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-19T02:10:58.237Z||main|||||INFO|500||Started Application in 34.224 seconds (JVM running for 35.469)
2021-10-19T02:10:58.250Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-19T02:10:58.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-19T02:10:58.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-19T02:10:58.324Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-19T02:10:58.406Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ec98587-4164-4ce1-b392-b18bc87f6577 url= /sdc/v1/artifactTypes
2021-10-19T02:10:58.407Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-19T02:10:58.651Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-19T02:10:58.671Z||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-10-19T02:10:58.694Z||scheduling-1|||||DEBUG|500||create keys
2021-10-19T02:10:58.704Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-19T02:10:58.731Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:10:58.750Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a830e7db-32ff-45c4-b122-f00268117777 url= /sdc/v1/registerForDistribution
2021-10-19T02:10:58.959Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a830e7db-32ff-45c4-b122-f00268117777 url= /sdc/v1/registerForDistribution
2021-10-19T02:10:58.959Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-19T02:10:58.969Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:10:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:10:58.975Z||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-10-19T02:10:58.975Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:10:58.975Z||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-10-19T02:10:58.976Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:10:58.978Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-19T02:11:09.224Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:11:09.226Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:11:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:11:58.968Z||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-10-19T02:11:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:11:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:11:58.971Z||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-10-19T02:11:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:12:08.520Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:12:08.523Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:12:58.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:12:58.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:12:58.984Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:12:58.984Z||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-10-19T02:12:58.985Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:12:58.985Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:13:08.547Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:13:08.548Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:13:58.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:13:58.968Z||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-10-19T02:13:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:13:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:13:58.971Z||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-10-19T02:13:58.972Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:14:08.525Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:14:08.545Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:14:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:14:58.968Z||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-10-19T02:14:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:14:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:14:58.971Z||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-10-19T02:14:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:15:08.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:15:08.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:15:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:15:58.968Z||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-10-19T02:15:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:15:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:15:58.971Z||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-10-19T02:15:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:16:08.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:16:08.521Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:16:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:16:58.968Z||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-10-19T02:16:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:16:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:16:58.971Z||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-10-19T02:16:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:17:08.514Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:17:08.514Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:17:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:17:58.968Z||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-10-19T02:17:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:17:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:17:58.971Z||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-10-19T02:17:58.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:18:08.517Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:18:08.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:18:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:18:58.968Z||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-10-19T02:18:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:18:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:18:58.971Z||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-10-19T02:18:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:19:08.518Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:19:08.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:19:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:19:58.968Z||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-10-19T02:19:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:19:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:19:58.971Z||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-10-19T02:19:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:20:08.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:20:08.522Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:20:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:20:58.969Z||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-10-19T02:20:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:20:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:20:58.970Z||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-10-19T02:20:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:21:08.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:21:08.519Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:21:13.859Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-19T02:21:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:21:58.970Z||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-10-19T02:21:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:21:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:21:58.971Z||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-10-19T02:21:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:22:08.518Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:22:08.522Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:22:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:22:58.968Z||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-10-19T02:22:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:22:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:22:58.971Z||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-10-19T02:22:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:23:08.522Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:23:08.522Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:23:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:23:58.969Z||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-10-19T02:23:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:23:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:23:58.971Z||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-10-19T02:23:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:24:08.522Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:24:08.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:24:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:24:58.968Z||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-10-19T02:24:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:24:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:24:58.970Z||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-10-19T02:24:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:25:08.515Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:25:08.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:25:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:25:58.968Z||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-10-19T02:25:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:25:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:25:58.970Z||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-10-19T02:25:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:26:08.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:26:08.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:26:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:26:58.968Z||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-10-19T02:26:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:26:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:26:58.970Z||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-10-19T02:26:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:27:08.512Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:27:08.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:27:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:27:58.968Z||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-10-19T02:27:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:27:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:27:58.971Z||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-10-19T02:27:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:28:08.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:28:08.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:28:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:28:58.968Z||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-10-19T02:28:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:28:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:28:58.970Z||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-10-19T02:28:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:29:08.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:29:08.517Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:29:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:29:58.968Z||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-10-19T02:29:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:29:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:29:58.970Z||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-10-19T02:29:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:30:08.519Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:30:08.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:30:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:30:58.968Z||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-10-19T02:30:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:30:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:30:58.970Z||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-10-19T02:30:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:31:08.512Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:31:08.520Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:31:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:31:58.968Z||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-10-19T02:31:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:31:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:31:58.970Z||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-10-19T02:31:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:32:08.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:32:08.532Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:32:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:32:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:32:58.971Z||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-10-19T02:32:58.971Z||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-10-19T02:32:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:32:58.972Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:33:08.522Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:33:08.530Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:33:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:33:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:33:58.978Z||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-10-19T02:33:58.978Z||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-10-19T02:33:58.978Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:33:58.978Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:34:08.532Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:34:08.537Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:34:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:34:58.968Z||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-10-19T02:34:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:34:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:34:58.970Z||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-10-19T02:34:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:35:08.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:35:08.522Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:35:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:35:58.968Z||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-10-19T02:35:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:35:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:35:58.970Z||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-10-19T02:35:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:36:08.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:36:08.515Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:36:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:36:58.968Z||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-10-19T02:36:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:36:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:36:58.971Z||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-10-19T02:36:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:37:08.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:37:08.519Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:37:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:37:58.968Z||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-10-19T02:37:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:37:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:37:58.970Z||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-10-19T02:37:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:38:08.518Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:38:08.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:38:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:38:58.968Z||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-10-19T02:38:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:38:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:38:58.970Z||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-10-19T02:38:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:39:08.521Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:39:08.524Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:39:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:39:58.968Z||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-10-19T02:39:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:39:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:39:58.970Z||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-10-19T02:39:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:40:08.518Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:40:08.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:40:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:40:58.968Z||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-10-19T02:40:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:40:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:40:58.970Z||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-10-19T02:40:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:41:08.515Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:41:08.522Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:41:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:41:58.968Z||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-10-19T02:41:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:41:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:41:58.970Z||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-10-19T02:41:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:42:08.511Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:42:08.517Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:42:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:42:58.968Z||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-10-19T02:42:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:42:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:42:58.970Z||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-10-19T02:42:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:43:08.514Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:43:08.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:43:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:43:58.968Z||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-10-19T02:43:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:43:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:43:58.971Z||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-10-19T02:43:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:44:08.514Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:44:08.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:44:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:44:58.968Z||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-10-19T02:44:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:44:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:44:58.970Z||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-10-19T02:44:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:45:08.522Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:45:08.522Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:45:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:45:58.968Z||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-10-19T02:45:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:45:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:45:58.971Z||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-10-19T02:45:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:46:08.519Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:46:08.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:46:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:46:58.968Z||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-10-19T02:46:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:46:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:46:58.971Z||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-10-19T02:46:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:47:08.514Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:47:08.517Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:47:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:47:58.968Z||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-10-19T02:47:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:47:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:47:58.970Z||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-10-19T02:47:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:48:08.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:48:08.516Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:48:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:48:58.968Z||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-10-19T02:48:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:48:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:48:58.970Z||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-10-19T02:48:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:49:08.514Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:49:08.514Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:49:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:49:58.968Z||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-10-19T02:49:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:49:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:49:58.970Z||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-10-19T02:49:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:50:08.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:50:08.516Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:50:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:50:58.968Z||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-10-19T02:50:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:50:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:50:58.970Z||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-10-19T02:50:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:51:08.519Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:51:08.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:51:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:51:58.968Z||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-10-19T02:51:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:51:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:51:58.970Z||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-10-19T02:51:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:52:08.517Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:52:08.517Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:52:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:52:58.968Z||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-10-19T02:52:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:52:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:52:58.971Z||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-10-19T02:52:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:53:08.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:53:08.517Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:53:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:53:58.968Z||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-10-19T02:53:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:53:58.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:53:58.978Z||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-10-19T02:53:58.978Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:54:08.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:54:08.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:54:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:54:58.968Z||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-10-19T02:54:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:54:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:54:58.970Z||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-10-19T02:54:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:55:08.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:55:08.520Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:55:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:55:58.968Z||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-10-19T02:55:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:55:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:55:58.971Z||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-10-19T02:55:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:56:08.514Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:56:08.515Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:56:58.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:56:58.968Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:56:58.968Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:56:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:56:58.971Z||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-10-19T02:56:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:57:08.512Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:57:08.516Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:57:58.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:57:58.968Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T02:57:58.968Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:57:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:57:58.971Z||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-10-19T02:57:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:58:08.513Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:58:08.513Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:58:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:58:58.968Z||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-10-19T02:58:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:58:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:58:58.970Z||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-10-19T02:58:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:59:08.514Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:59:08.532Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T02:59:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:59:58.968Z||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-10-19T02:59:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T02:59:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T02:59:58.970Z||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-10-19T02:59:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:00:08.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:00:08.521Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:00:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:00:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:00:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:00:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:00:58.971Z||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-10-19T03:00:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:01:08.515Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:01:08.515Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:01:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:01:58.968Z||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-10-19T03:01:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:01:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:01:58.970Z||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-10-19T03:01:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:02:08.516Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:02:08.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:02:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:02:58.970Z||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-10-19T03:02:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:02:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:02:58.970Z||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-10-19T03:02:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:03:08.522Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:03:08.522Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:03:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:03:58.968Z||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-10-19T03:03:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:03:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:03:58.971Z||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-10-19T03:03:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:04:08.521Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:04:08.522Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:04:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:04:58.968Z||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-10-19T03:04:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:04:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:04:58.970Z||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-10-19T03:04:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:05:08.516Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:05:08.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:05:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:05:58.969Z||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-10-19T03:05:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:05:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:05:58.970Z||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-10-19T03:05:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:06:08.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:06:08.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:06:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:06:58.968Z||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-10-19T03:06:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:06:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:06:58.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:06:58.972Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:07:08.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:07:08.519Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:07:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:07:58.968Z||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-10-19T03:07:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:07:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:07:58.970Z||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-10-19T03:07:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:08:08.512Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:08:08.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:08:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:08:58.968Z||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-10-19T03:08:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:08:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:08:58.970Z||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-10-19T03:08:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:09:08.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:09:08.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:09:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:09:58.967Z||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-10-19T03:09:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:09:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:09:58.971Z||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-10-19T03:09:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:10:08.512Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:10:08.515Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:10:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:10:58.968Z||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-10-19T03:10:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:10:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:10:58.970Z||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-10-19T03:10:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:11:08.517Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:11:08.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:11:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:11:58.968Z||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-10-19T03:11:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:11:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:11:58.970Z||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-10-19T03:11:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:12:08.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:12:08.520Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:12:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:12:58.967Z||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-10-19T03:12:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:12:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:12:58.970Z||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-10-19T03:12:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:13:08.512Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:13:08.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:13:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:13:58.968Z||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-10-19T03:13:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:13:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:13:58.971Z||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-10-19T03:13:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:14:08.516Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:14:08.517Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:14:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:14:58.968Z||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-10-19T03:14:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:14:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:14:58.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:14:58.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:15:08.518Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:15:08.522Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:15:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:15:58.968Z||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-10-19T03:15:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:15:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:15:58.970Z||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-10-19T03:15:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:16:08.514Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:16:08.514Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:16:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:16:58.967Z||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-10-19T03:16:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:16:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:16:58.970Z||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-10-19T03:16:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:17:08.518Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:17:08.518Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:17:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:17:58.968Z||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-10-19T03:17:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:17:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:17:58.970Z||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-10-19T03:17:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:18:08.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:18:08.515Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:18:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:18:58.968Z||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-10-19T03:18:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:18:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:18:58.970Z||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-10-19T03:18:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:19:08.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:19:08.520Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:19:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:19:58.968Z||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-10-19T03:19:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:19:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:19:58.970Z||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-10-19T03:19:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:20:08.520Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:20:08.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:20:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:20:58.968Z||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-10-19T03:20:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:20:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:20:58.970Z||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-10-19T03:20:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:21:08.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:21:08.521Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:21:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:21:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:21:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:21:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:21:58.970Z||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-10-19T03:21:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:22:08.521Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:22:08.521Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:22:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:22:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:22:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:22:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:22:59.013Z||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-10-19T03:22:59.013Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:23:08.550Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:23:08.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:23:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:23:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:23:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:23:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:23:58.970Z||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-10-19T03:23:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:24:08.512Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:24:08.517Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:24:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:24:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:24:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:24:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:24:58.970Z||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-10-19T03:24:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:25:08.516Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:25:08.517Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:25:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:25:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:25:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:25:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:25:58.970Z||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-10-19T03:25:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:26:08.526Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:26:08.527Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:26:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:26:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:26:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:26:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:26:58.970Z||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-10-19T03:26:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:27:08.513Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:27:08.513Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:27:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:27:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:27:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:27:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:27:58.970Z||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-10-19T03:27:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:28:08.517Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:28:08.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:28:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:28:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:28:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:28:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:28:58.970Z||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-10-19T03:28:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:29:08.518Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:29:08.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:29:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:29:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:29:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:29:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:29:58.970Z||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-10-19T03:29:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:30:08.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:30:08.521Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:30:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:30:58.967Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:30:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:30:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:30:58.970Z||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-10-19T03:30:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:31:08.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:31:08.515Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:31:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:31:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:31:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:31:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:31:58.970Z||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-10-19T03:31:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:32:08.519Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:32:08.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:32:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:32:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:32:58.969Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:32:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:32:58.970Z||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-10-19T03:32:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:33:08.523Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:33:08.524Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:33:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:33:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:33:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:33:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:33:58.971Z||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-10-19T03:33:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:34:08.512Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:34:08.512Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:34:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:34:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:34:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:34:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:34:58.970Z||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-10-19T03:34:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:35:08.512Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:35:08.514Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:35:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:35:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:35:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:35:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:35:58.970Z||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-10-19T03:35:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:36:08.517Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:36:08.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:36:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:36:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:36:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:36:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:36:58.970Z||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-10-19T03:36:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:37:08.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:37:08.517Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:37:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:37:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:37:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:37:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:37:58.970Z||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-10-19T03:37:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:38:08.510Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:38:08.522Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:38:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:38:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:38:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:38:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:38:58.970Z||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-10-19T03:38:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:39:08.516Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:39:08.516Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:39:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:39:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:39:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:39:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:39:58.971Z||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-10-19T03:39:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:40:08.515Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:40:08.515Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:40:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:40:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:40:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:40:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:40:58.970Z||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-10-19T03:40:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:41:08.519Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:41:08.519Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:41:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:41:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:41:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:41:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:41:58.970Z||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-10-19T03:41:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:42:08.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:42:08.516Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:42:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:42:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:42:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:42:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:42:58.970Z||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-10-19T03:42:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:43:08.518Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:43:08.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:43:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:43:58.967Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:43:58.967Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:43:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:43:58.971Z||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-10-19T03:43:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:44:08.520Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:44:08.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:44:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:44:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:44:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:44:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:44:58.971Z||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-10-19T03:44:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:45:08.517Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:45:08.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:45:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:45:58.967Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:45:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:45:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:45:58.970Z||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-10-19T03:45:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:46:08.517Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:46:08.518Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:46:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:46:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:46:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:46:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:46:58.970Z||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-10-19T03:46:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:47:08.513Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:47:08.514Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:47:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:47:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:47:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:47:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:47:58.970Z||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-10-19T03:47:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:48:08.516Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:48:08.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:48:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:48:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:48:58.969Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:48:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:48:58.971Z||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-10-19T03:48:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:49:08.517Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:49:08.519Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:49:58.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:49:58.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T03:49:58.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:49:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:49:58.970Z||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-10-19T03:49:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:50:08.513Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:50:08.515Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:50:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:50:58.968Z||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-10-19T03:50:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:50:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:50:58.970Z||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-10-19T03:50:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:51:08.514Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:51:08.516Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:51:58.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:51:58.968Z||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-10-19T03:51:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:51:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:51:58.971Z||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-10-19T03:51:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:52:08.518Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:52:08.519Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:52:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:52:58.968Z||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-10-19T03:52:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:52:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:52:58.970Z||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-10-19T03:52:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:53:08.518Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:53:08.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:53:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:53:58.968Z||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-10-19T03:53:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:53:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:53:58.970Z||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-10-19T03:53:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:54:08.515Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:54:08.515Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:54:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:54:58.967Z||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-10-19T03:54:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:54:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:54:58.970Z||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-10-19T03:54:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:55:08.509Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:55:08.509Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:55:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:55:58.967Z||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-10-19T03:55:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:55:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:55:58.970Z||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-10-19T03:55:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:56:08.516Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:56:08.517Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:56:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:56:58.968Z||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-10-19T03:56:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:56:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:56:58.970Z||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-10-19T03:56:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:57:08.518Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:57:08.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:57:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:57:58.968Z||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-10-19T03:57:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:57:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:57:58.970Z||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-10-19T03:57:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:58:08.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:58:08.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:58:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:58:58.967Z||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-10-19T03:58:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:58:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:58:58.970Z||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-10-19T03:58:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:59:08.514Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:59:08.515Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T03:59:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:59:58.968Z||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-10-19T03:59:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T03:59:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T03:59:58.970Z||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-10-19T03:59:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:00:08.516Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:00:08.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:00:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:00:58.967Z||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-10-19T04:00:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:00:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:00:58.970Z||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-10-19T04:00:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:01:08.511Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:01:08.511Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:01:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:01:58.968Z||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-10-19T04:01:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:01:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:01:58.970Z||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-10-19T04:01:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:02:08.510Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:02:08.512Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:02:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:02:58.968Z||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-10-19T04:02:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:02:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:02:58.971Z||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-10-19T04:02:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:03:08.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:03:08.516Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:03:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:03:58.968Z||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-10-19T04:03:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:03:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:03:58.970Z||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-10-19T04:03:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:04:08.517Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:04:08.517Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:04:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:04:58.969Z||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-10-19T04:04:58.969Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:04:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:04:58.970Z||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-10-19T04:04:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:05:08.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:05:08.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:05:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:05:58.968Z||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-10-19T04:05:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:05:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:05:58.970Z||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-10-19T04:05:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:06:08.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:06:08.517Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:06:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:06:58.968Z||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-10-19T04:06:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:06:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:06:58.971Z||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-10-19T04:06:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:07:08.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:07:08.519Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:07:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:07:58.968Z||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-10-19T04:07:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:07:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:07:58.970Z||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-10-19T04:07:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:08:08.512Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:08:08.512Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:08:58.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:08:58.968Z||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-10-19T04:08:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:08:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:08:58.970Z||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-10-19T04:08:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:09:08.518Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:09:08.519Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:09:58.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:09:58.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:09:58.968Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:09:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:09:58.970Z||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-10-19T04:09:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:10:08.514Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:10:08.515Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:10:58.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:10:58.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:10:58.968Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:10:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:10:58.970Z||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-10-19T04:10:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:11:08.514Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:11:08.517Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:11:58.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:11:58.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:11:58.968Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:11:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:11:58.970Z||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-10-19T04:11:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:12:08.513Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:12:08.516Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:12:58.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:12:58.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:12:58.968Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:12:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:12:58.970Z||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-10-19T04:12:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:13:08.517Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:13:08.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:13:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:13:58.968Z||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-10-19T04:13:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:13:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:13:58.971Z||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-10-19T04:13:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:14:08.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:14:08.517Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:14:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:14:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:14:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:14:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:14:58.970Z||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-10-19T04:14:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:15:08.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:15:08.518Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:15:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:15:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:15:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:15:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:15:58.970Z||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-10-19T04:15:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:16:08.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:16:08.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:16:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:16:58.968Z||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-10-19T04:16:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:16:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:16:58.970Z||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-10-19T04:16:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:17:08.515Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:17:08.516Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:17:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:17:58.968Z||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-10-19T04:17:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:17:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:17:58.970Z||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-10-19T04:17:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:18:08.517Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:18:08.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:18:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:18:58.968Z||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-10-19T04:18:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:18:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:18:58.970Z||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-10-19T04:18:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:19:08.514Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:19:08.516Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:19:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:19:58.968Z||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-10-19T04:19:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:19:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:19:58.970Z||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-10-19T04:19:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:20:08.515Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:20:08.516Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:20:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:20:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:20:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:20:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:20:58.970Z||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-10-19T04:20:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:21:08.513Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:21:08.513Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:21:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:21:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:21:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:21:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:21:58.970Z||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-10-19T04:21:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:22:08.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:22:08.519Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:22:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:22:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:22:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:22:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:22:58.970Z||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-10-19T04:22:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:23:08.513Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:23:08.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:23:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:23:58.968Z||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-10-19T04:23:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:23:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:23:58.970Z||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-10-19T04:23:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:24:08.518Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:24:08.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:24:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:24:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:24:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:24:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:24:58.970Z||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-10-19T04:24:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:25:08.516Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:25:08.522Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:25:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:25:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:25:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:25:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:25:58.970Z||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-10-19T04:25:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:26:08.514Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:26:08.514Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:26:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:26:58.968Z||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-10-19T04:26:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:26:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:26:58.970Z||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-10-19T04:26:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:27:08.511Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:27:08.511Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:27:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:27:58.968Z||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-10-19T04:27:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:27:58.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:27:58.970Z||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-10-19T04:27:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:28:08.513Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:28:08.515Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:28:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:28:58.968Z||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-10-19T04:28:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:28:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:28:58.971Z||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-10-19T04:28:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:29:08.513Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:29:08.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:29:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:29:58.968Z||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-10-19T04:29:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:29:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:29:58.971Z||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-10-19T04:29:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:30:08.513Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:30:08.525Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:30:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:30:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:30:58.968Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:30:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:30:58.970Z||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-10-19T04:30:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:31:08.512Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:31:08.513Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:31:58.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:31:58.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:31:58.967Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:31:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:31:58.970Z||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-10-19T04:31:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:32:08.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:32:08.519Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:32:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:32:58.967Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:32:58.968Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:32:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:32:58.970Z||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-10-19T04:32:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:33:08.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:33:08.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:33:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:33:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:33:58.968Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:33:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:33:58.970Z||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-10-19T04:33:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:34:08.514Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:34:08.518Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:34:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:34:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:34:58.968Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:34:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:34:58.970Z||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-10-19T04:34:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:35:08.514Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:35:08.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:35:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:35:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:35:58.968Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:35:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:35:58.970Z||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-10-19T04:35:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:36:08.514Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:36:08.517Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:36:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:36:58.967Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:36:58.968Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:36:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:36:58.970Z||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-10-19T04:36:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:37:08.517Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:37:08.518Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:37:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:37:58.967Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:37:58.968Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:37:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:37:58.970Z||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-10-19T04:37:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:38:08.512Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:38:08.513Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:38:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:38:58.967Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:38:58.968Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:38:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:38:58.970Z||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-10-19T04:38:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:39:08.513Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:39:08.513Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:39:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:39:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:39:58.969Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:39:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:39:58.970Z||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-10-19T04:39:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:40:08.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:40:08.514Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:40:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:40:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:40:58.968Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:40:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:40:58.970Z||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-10-19T04:40:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:41:08.513Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:41:08.516Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:41:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:41:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:41:58.968Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:41:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:41:58.970Z||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-10-19T04:41:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:42:08.513Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:42:08.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:42:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:42:58.967Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:42:58.967Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:42:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:42:58.970Z||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-10-19T04:42:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:43:08.515Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:43:08.536Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:43:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:43:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:43:58.968Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:43:58.970Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:43:58.970Z||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-10-19T04:43:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:44:08.513Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:44:08.516Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:44:58.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:44:58.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:44:58.968Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:44:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:44:58.970Z||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-10-19T04:44:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:44:59.457Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:44:59.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634618688002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:44:59.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "clamp",
  "timestamp": 1634618690776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "clamp",
  "timestamp": 1634618690776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634618688002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "clamp",
  "timestamp": 1634618690776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634618688002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "clamp",
  "timestamp": 1634618690776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634618688002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "cds",
  "timestamp": 1634618696673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "clamp",
  "timestamp": 1634618690776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634618688002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "cds",
  "timestamp": 1634618696673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "clamp",
  "timestamp": 1634618690776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:44:59.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634618688002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:44:59.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:44:59.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-19T04:44:59.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3af2a60d-25d3-42c7-aba1-bab76602ab81","serviceName":"basic_onboard_Yleqoh","serviceVersion":"1.0","serviceUUID":"0a7f17f5-8704-4860-ad47-f6f15723d2a5","serviceDescription":"service","serviceInvariantUUID":"44bdd207-341f-470a-ba81-eccc1ef56383","resources":[{"resourceInstanceName":"basic_onboard_Yleqoh 0","resourceName":"basic_onboard_Yleqoh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0bbfce0b-e3b7-443d-b4e8-f946a05f80b1","resourceInvariantUUID":"eb3680a9-874b-4f8e-a041-bb770d0b745a","resourceCustomizationUUID":"41793615-bdaf-4c36-bd20-5652e52035ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml","artifactChecksum":"YzgyNTA5Mzc1NmI4NGJhZWMxODdkODU0MTcwMmQ1N2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c5d2dc9-b388-4c7e-9b5b-2d97bd76501a","artifactVersion":"1"},{"artifactName":"basic_onboard_yleqoh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json","artifactChecksum":"MWZhODM5M2JlNDJhNTQ3MWMzMDFlZDNiZWI4MTZjZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0f95e387-00a9-4d41-a768-6a1546c878e8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"920088ce-8acb-4152-9247-cd5e0296ce1b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb521673-b8dd-4102-b928-09b3c8892eb8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b258c9b2-e890-4523-a118-2cc0277ba87e","artifactVersion":"2","generatedFromUUID":"920088ce-8acb-4152-9247-cd5e0296ce1b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYleqoh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml","artifactChecksum":"NTA3ZGJjODU4ZDdiMzg5NGY2Y2RkMWI3ZTdjMWMwZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bbef1608-da1c-49d0-9892-189019c8707d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYleqoh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar","artifactChecksum":"NDBjNjU3NDVkNDdiZGMzOTUzZTk4M2Q2MGVhNGI1MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96b3d0ca-6f2f-4959-94e9-9ab6a789308a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-19T04:44:59.601Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:44:59.606Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:44:59.613Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:44:59.613Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618698967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:44:59.713Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-19T04:44:59.717Z||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-10-19T04:44:59.717Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:44:59.730Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:44:59.732Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-19T04:45:00.617Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:45:00.618Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:00.619Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:00.619Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618698967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T04:45:00.720Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-19T04:45:00.720Z||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-10-19T04:45:00.720Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:00.730Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:00.730Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:01.620Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:45:01.620Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:01.622Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:01.622Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618698967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-19T04:45:01.723Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-19T04:45:01.724Z||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-10-19T04:45:01.724Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:01.733Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:01.734Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:02.623Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:45:02.624Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:02.626Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:02.626Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618698967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:45:02.727Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:02.727Z||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-10-19T04:45:02.727Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:02.739Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:02.739Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:03.627Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:45:03.628Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:03.631Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:03.631Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618698967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-19T04:45:03.731Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:03.732Z||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-10-19T04:45:03.732Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:03.743Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:03.743Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:04.631Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:45:04.632Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:04.634Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:04.634Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618698967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:45:04.735Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:04.735Z||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-10-19T04:45:04.735Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:04.748Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:04.749Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:05.635Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:45:05.636Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:05.638Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:05.638Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618698967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:45:05.738Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:05.739Z||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-10-19T04:45:05.739Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:05.750Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:05.751Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:06.641Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "serviceName": "basic_onboard_Yleqoh",
  "serviceVersion": "1.0",
  "serviceUUID": "0a7f17f5-8704-4860-ad47-f6f15723d2a5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "44bdd207-341f-470a-ba81-eccc1ef56383",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_Yleqoh 0",
      "resourceCustomizationUUID": "41793615-bdaf-4c36-bd20-5652e52035ab",
      "resourceName": "basic_onboard_Yleqoh",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0bbfce0b-e3b7-443d-b4e8-f946a05f80b1",
      "resourceInvariantUUID": "eb3680a9-874b-4f8e-a041-bb770d0b745a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_yleqoh0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
          "artifactChecksum": "MWZhODM5M2JlNDJhNTQ3MWMzMDFlZDNiZWI4MTZjZjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0f95e387-00a9-4d41-a768-6a1546c878e8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "920088ce-8acb-4152-9247-cd5e0296ce1b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b258c9b2-e890-4523-a118-2cc0277ba87e",
            "generatedFromUUID": "920088ce-8acb-4152-9247-cd5e0296ce1b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b258c9b2-e890-4523-a118-2cc0277ba87e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYleqoh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
      "artifactChecksum": "NDBjNjU3NDVkNDdiZGMzOTUzZTk4M2Q2MGVhNGI1MGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "96b3d0ca-6f2f-4959-94e9-9ab6a789308a"
    }
  ],
  "workloadContext": "Production"
}
2021-10-19T04:45:06.642Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-19T04:45:06.642Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a7f17f5-8704-4860-ad47-f6f15723d2a5 ASDC
2021-10-19T04:45:06.736Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3af2a60d-25d3-42c7-aba1-bab76602ab81
ServiceName:basic_onboard_Yleqoh
ServiceVersion:1.0
ServiceUUID:0a7f17f5-8704-4860-ad47-f6f15723d2a5
ServiceInvariantUUID:44bdd207-341f-470a-ba81-eccc1ef56383
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYleqoh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar
ArtifactUUID:96b3d0ca-6f2f-4959-94e9-9ab6a789308a
ArtifactChecksum:NDBjNjU3NDVkNDdiZGMzOTUzZTk4M2Q2MGVhNGI1MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Yleqoh 0
ResourceCustomizationUUID:41793615-bdaf-4c36-bd20-5652e52035ab
ResourceInvariantUUID:eb3680a9-874b-4f8e-a041-bb770d0b745a
ResourceName:basic_onboard_Yleqoh
ResourceType:VF
ResourceUUID:0bbfce0b-e3b7-443d-b4e8-f946a05f80b1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yleqoh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json
ArtifactUUID:0f95e387-00a9-4d41-a768-6a1546c878e8
ArtifactChecksum:MWZhODM5M2JlNDJhNTQ3MWMzMDFlZDNiZWI4MTZjZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:920088ce-8acb-4152-9247-cd5e0296ce1b
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env
ArtifactUUID:b258c9b2-e890-4523-a118-2cc0277ba87e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env
ArtifactUUID:b258c9b2-e890-4523-a118-2cc0277ba87e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-19T04:45:06.737Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a7f17f5-8704-4860-ad47-f6f15723d2a5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:45:06.947Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T04:45:06.948Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-19T04:45:06.948Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-19T04:45:06.949Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 96b3d0ca-6f2f-4959-94e9-9ab6a789308a from URL: /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:06.949Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-19T04:45:06.950Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:07.364Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-19T04:45:07.380Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar 96b3d0ca-6f2f-4959-94e9-9ab6a789308a 71374
2021-10-19T04:45:07.382Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar ASDC sendASDCNotification
2021-10-19T04:45:07.382Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:07.382Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T04:45:07.386Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:07.388Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:07.388Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618707380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:45:07.488Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:07.489Z||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-10-19T04:45:07.489Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:07.499Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:07.500Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:08.389Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T04:45:08.391Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-19T04:45:08.391Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 96b3d0ca-6f2f-4959-94e9-9ab6a789308a, URL: /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar to file: /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:08.391Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:08.442Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:08.442Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:08.840Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6504061478817064321/Definitions/service-BasicOnboardYleqoh-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-19T04:45:10.844Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.848Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.849Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Yleqoh 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.849Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:10.849Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-19T04:45:10.853Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:10.854Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:10.857Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:10.857Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-19T04:45:10.858Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T04:45:10.859Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:10.860Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:10.860Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:10.860Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-19T04:45:10.860Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T04:45:10.860Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:10.860Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:10.864Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:10.864Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is not matching search criteria
2021-10-19T04:45:10.864Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-19T04:45:10.864Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-19T04:45:10.865Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-19T04:45:10.865Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-19T04:45:10.865Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-19T04:45:10.865Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:10.865Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-19T04:45:10.866Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:10.866Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:10.866Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:10.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is not matching search criteria
2021-10-19T04:45:10.868Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-19T04:45:10.868Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-19T04:45:10.868Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=59e5e7fd-af7e-4c1b-9453-e40b47b9fba7
2021-10-19T04:45:10.868Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:10.868Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:10.868Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:10.869Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:10.869Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:10.869Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:10.869Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:10.869Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:10.869Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_Yleqoh
Description:service
Model UUID:0a7f17f5-8704-4860-ad47-f6f15723d2a5
Model Version:NULL
Model InvariantUuid:44bdd207-341f-470a-ba81-eccc1ef56383
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_Yleqoh
Model UUID:9047e35e-0817-447c-83a3-fe64889bd0c6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eb3680a9-874b-4f8e-a041-bb770d0b745a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:41793615-bdaf-4c36-bd20-5652e52035ab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3aad5bf5-fdec-43ce-b8f1-fd0a76f61c65
ModelName:BasicOnboardYleqoh..base_ubuntu18..module-0
ModelUuid:b1960a0d-b7a3-49df-8434-a2392978b52a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:59e5e7fd-af7e-4c1b-9453-e40b47b9fba7
ModelInvariantUuid:dbea273d-63c1-4068-9ec8-b714e8934adf
ModelName:basic_onboard_Yleqoh-nodes.ubuntu18Cvfc
ModelUuid:f927331d-ec97-4ccb-b4f8-f30af852e678
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b645499d-7dbe-4439-837e-18016ccf4f68
ModelInvariantUuid:1089d2f2-4f49-49e3-9d2c-4cd1cbfa5e71
ModelName:BasicOnboardYleqoh.compute.nodes.heat.ubuntu18
ModelUuid:639f3b14-1c45-4d05-85c9-af9a0ab0d992
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-19T04:45:10.899Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0bbfce0b-e3b7-443d-b4e8-f946a05f80b1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T04:45:10.975Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||basic_onboard_Yleqoh 0
2021-10-19T04:45:10.981Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0bbfce0b-e3b7-443d-b4e8-f946a05f80b1
2021-10-19T04:45:10.981Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0f95e387-00a9-4d41-a768-6a1546c878e8 from URL: /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json
2021-10-19T04:45:10.981Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-19T04:45:10.982Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json
2021-10-19T04:45:11.160Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-19T04:45:11.160Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json 0f95e387-00a9-4d41-a768-6a1546c878e8 798
2021-10-19T04:45:11.160Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json ASDC sendASDCNotification
2021-10-19T04:45:11.161Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json
2021-10-19T04:45:11.161Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T04:45:11.161Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:11.163Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:11.164Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618711160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:45:11.264Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:11.265Z||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-10-19T04:45:11.265Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:11.280Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:11.281Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:12.165Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYleqoh..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3aad5bf5-fdec-43ce-b8f1-fd0a76f61c65",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b1960a0d-b7a3-49df-8434-a2392978b52a",
    "vfModuleModelCustomizationUUID": "8f3d7e62-02e6-4e56-90a9-d11610736d5b",
    "isBase": true,
    "artifacts": [
      "920088ce-8acb-4152-9247-cd5e0296ce1b",
      "b258c9b2-e890-4523-a118-2cc0277ba87e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-19T04:45:12.182Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYleqoh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1960a0d-b7a3-49df-8434-a2392978b52a
VfModuleModelInvariantUUID:3aad5bf5-fdec-43ce-b8f1-fd0a76f61c65
VfModuleModelDescription:NULL
Artifacts UUID List:{
920088ce-8acb-4152-9247-cd5e0296ce1b
,
b258c9b2-e890-4523-a118-2cc0277ba87e

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-10-19T04:45:12.184Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYleqoh..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3aad5bf5-fdec-43ce-b8f1-fd0a76f61c65",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b1960a0d-b7a3-49df-8434-a2392978b52a",
    "vfModuleModelCustomizationUUID": "8f3d7e62-02e6-4e56-90a9-d11610736d5b",
    "isBase": true,
    "artifacts": [
      "920088ce-8acb-4152-9247-cd5e0296ce1b",
      "b258c9b2-e890-4523-a118-2cc0277ba87e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-19T04:45:12.184Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYleqoh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1960a0d-b7a3-49df-8434-a2392978b52a
VfModuleModelInvariantUUID:3aad5bf5-fdec-43ce-b8f1-fd0a76f61c65
VfModuleModelDescription:NULL
Artifacts UUID List:{
920088ce-8acb-4152-9247-cd5e0296ce1b
,
b258c9b2-e890-4523-a118-2cc0277ba87e

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-10-19T04:45:12.184Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 920088ce-8acb-4152-9247-cd5e0296ce1b from URL: /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml
2021-10-19T04:45:12.184Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-19T04:45:12.185Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml
2021-10-19T04:45:12.362Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-19T04:45:12.363Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml 920088ce-8acb-4152-9247-cd5e0296ce1b 5033
2021-10-19T04:45:12.363Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-19T04:45:12.363Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml
2021-10-19T04:45:12.363Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T04:45:12.363Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:12.365Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:12.365Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618712363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:45:12.466Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-19T04:45:12.467Z||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-10-19T04:45:12.467Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:12.479Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:12.480Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:13.366Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b258c9b2-e890-4523-a118-2cc0277ba87e from URL: /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env
2021-10-19T04:45:13.367Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-19T04:45:13.367Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env
2021-10-19T04:45:13.477Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-19T04:45:13.478Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env b258c9b2-e890-4523-a118-2cc0277ba87e 909
2021-10-19T04:45:13.478Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-19T04:45:13.478Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env
2021-10-19T04:45:13.478Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T04:45:13.479Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:13.481Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:13.481Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618713478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:45:13.582Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:13.583Z||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-10-19T04:45:13.583Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:13.595Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:13.596Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:14.482Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0a7f17f5-8704-4860-ad47-f6f15723d2a5
2021-10-19T04:45:14.483Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Yleqoh 0 0bbfce0b-e3b7-443d-b4e8-f946a05f80b1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T04:45:14.506Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71e3de2c, org.onap.sdc.toscaparser.api.parameters.Input@626a1b51, org.onap.sdc.toscaparser.api.parameters.Input@55d3c697, org.onap.sdc.toscaparser.api.parameters.Input@565f9455, org.onap.sdc.toscaparser.api.parameters.Input@3922320c]
2021-10-19T04:45:14.509Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:14.510Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.510Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-10-19T04:45:14.510Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 41793615-bdaf-4c36-bd20-5652e52035ab
2021-10-19T04:45:14.510Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 41793615-bdaf-4c36-bd20-5652e52035ab matches Tosca VF Customization UUID: 41793615-bdaf-4c36-bd20-5652e52035ab
2021-10-19T04:45:14.510Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 41793615-bdaf-4c36-bd20-5652e52035ab  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-19T04:45:14.516Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:14.516Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.517Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 41793615-bdaf-4c36-bd20-5652e52035ab: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-19T04:45:14.517Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7781b7df
2021-10-19T04:45:14.517Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:14.517Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-19T04:45:14.517Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8f3d7e62-02e6-4e56-90a9-d11610736d5b
2021-10-19T04:45:14.518Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8f3d7e62-02e6-4e56-90a9-d11610736d5b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-19T04:45:14.524Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:14.524Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:14.524Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T04:45:14.525Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:14.525Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:14.525Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T04:45:14.525Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:14.526Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is not matching search criteria
2021-10-19T04:45:14.526Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-19T04:45:14.526Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-19T04:45:14.526Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=59e5e7fd-af7e-4c1b-9453-e40b47b9fba7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-19T04:45:14.533Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:14.533Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:14.533Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T04:45:14.533Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:14.533Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Yleqoh 0 is matching search criteria
2021-10-19T04:45:14.533Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Yleqoh 0] matching following query criteria: sdcType=VF, customizationUUID=41793615-bdaf-4c36-bd20-5652e52035ab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T04:45:14.535Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:14.535Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.535Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0a7f17f5-8704-4860-ad47-f6f15723d2a5: basic_onboard_Yleqoh
2021-10-19T04:45:14.535Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:14.535Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Yleqoh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:45:14.536Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_Yleqoh 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:45:14.707Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Yleqoh 0bbfce0b-e3b7-443d-b4e8-f946a05f80b1 1 ASDC deployResourceStructure
2021-10-19T04:45:14.707Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json ASDC sendASDCNotification
2021-10-19T04:45:14.707Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json
2021-10-19T04:45:14.707Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T04:45:14.707Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:14.709Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:14.709Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618714707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-19T04:45:14.809Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:14.810Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:14.811Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:14.822Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:14.823Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:15.710Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-19T04:45:15.710Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml
2021-10-19T04:45:15.711Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T04:45:15.711Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:15.713Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:15.713Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618715709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-19T04:45:15.813Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:15.814Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:15.815Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:15.827Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:15.828Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:16.714Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-19T04:45:16.715Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env
2021-10-19T04:45:16.715Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T04:45:16.715Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:16.718Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:16.718Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618716714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-19T04:45:16.818Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:16.819Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:16.819Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:16.831Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:16.831Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:45:17.719Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar ASDC sendASDCNotification
2021-10-19T04:45:17.720Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar
2021-10-19T04:45:17.720Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T04:45:17.720Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:45:17.723Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:45:17.723Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618717719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T04:45:17.823Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:45:17.824Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:45:17.824Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:17.837Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:17.838Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-19T04:45:18.724Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
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-10-19T04:45:18.753Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
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-10-19T04:45:18.756Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:45:18.756Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:45:18.756Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:45:48.756Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
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-10-19T04:45:48.767Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
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-10-19T04:45:48.770Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:45:48.770Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:45:48.770Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:45:58.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:45:58.970Z||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-10-19T04:45:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:45:58.995Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:45:58.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T04:45:58.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "cds",
  "timestamp": 1634618696673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:45:58.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:46:18.770Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
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-10-19T04:46:18.781Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
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-10-19T04:46:18.784Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:46:18.785Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:46:18.785Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:46:48.785Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
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-10-19T04:46:48.795Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
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-10-19T04:46:48.798Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:46:48.798Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:46:48.798Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:46:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:46:58.971Z||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-10-19T04:46:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:46:58.996Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:46:58.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:46:58.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618698967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:46:58.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:18.798Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
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-10-19T04:47:18.811Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
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-10-19T04:47:18.813Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:47:18.813Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:47:18.813Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:47:48.814Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
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-10-19T04:47:48.827Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
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-10-19T04:47:48.830Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:47:48.830Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:47:48.830Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:47:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:47:58.971Z||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-10-19T04:47:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:47:59.498Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:47:59.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "clamp",
  "timestamp": 1634618690776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:47:59.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634618688002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "cds",
  "timestamp": 1634618696673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618698967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T04:47:59.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "aai-ml",
  "timestamp": 1634618700102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634618700643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "cds",
  "timestamp": 1634618696673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618698967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "aai-ml",
  "timestamp": 1634618700102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634618700643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "cds",
  "timestamp": 1634618696673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "dcae-sch",
  "timestamp": 1634618701712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618698967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "aai-ml",
  "timestamp": 1634618700102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634618700643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-19T04:47:59.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "cds",
  "timestamp": 1634618696673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "dcae-sch",
  "timestamp": 1634618701712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "policy-id",
  "timestamp": 1634618702790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618698967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "aai-ml",
  "timestamp": 1634618700102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634618700643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "dcae-sch",
  "timestamp": 1634618701712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "policy-id",
  "timestamp": 1634618702790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618698967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "aai-ml",
  "timestamp": 1634618700102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "cds",
  "timestamp": 1634618704985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634618700643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "dcae-sch",
  "timestamp": 1634618701712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "policy-id",
  "timestamp": 1634618702790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-19T04:47:59.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634618704895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618698967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "aai-ml",
  "timestamp": 1634618700102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "cds",
  "timestamp": 1634618706002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-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-10-19T04:47:59.525Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3af2a60d-25d3-42c7-aba1-bab76602ab81
2021-10-19T04:47:59.526Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a60d-25d3-42c7-aba1-bab76602ab81 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-10-19T04:47:59.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634618700643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "dcae-sch",
  "timestamp": 1634618701712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "policy-id",
  "timestamp": 1634618702790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634618704895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "aai-ml",
  "timestamp": 1634618700102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634618700643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "dcae-sch",
  "timestamp": 1634618701712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618707380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "policy-id",
  "timestamp": 1634618702790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634618704895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "aai-ml",
  "timestamp": 1634618708025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "dcae-sch",
  "timestamp": 1634618701712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "policy-id",
  "timestamp": 1634618702790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634618708504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634618704895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "policy-id",
  "timestamp": 1634618702790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634618704895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634618710000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634618704895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "policy-id",
  "timestamp": 1634618710609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "clamp",
  "timestamp": 1634618711026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634618711160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618711160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634618704895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "policy-id",
  "timestamp": 1634618711621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618712363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "policy-id",
  "timestamp": 1634618712624,
  "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-10-19T04:47:59.545Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3af2a60d-25d3-42c7-aba1-bab76602ab81
2021-10-19T04:47:59.546Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a60d-25d3-42c7-aba1-bab76602ab81 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-10-19T04:47:59.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634618712887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "clamp",
  "timestamp": 1634618713032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T04:47:59.557Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634618713176,
  "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-10-19T04:47:59.563Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3af2a60d-25d3-42c7-aba1-bab76602ab81
2021-10-19T04:47:59.564Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a60d-25d3-42c7-aba1-bab76602ab81 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-19T04:47:59.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618713478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:47:59.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "clamp",
  "timestamp": 1634618714036,
  "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-10-19T04:47:59.579Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3af2a60d-25d3-42c7-aba1-bab76602ab81
2021-10-19T04:47:59.579Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a60d-25d3-42c7-aba1-bab76602ab81 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-10-19T04:47:59.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634618714180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618714707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/basic_onboard_yleqoh0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618715709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618716714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/resourceInstances/basic_onboard_yleqoh0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634618717278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T04:47:59.590Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618717719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T04:47:59.590Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634618718283,
  "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-10-19T04:47:59.596Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3af2a60d-25d3-42c7-aba1-bab76602ab81
2021-10-19T04:47:59.596Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a60d-25d3-42c7-aba1-bab76602ab81 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-10-19T04:47:59.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "aai-ml",
  "timestamp": 1634618720803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYleqoh/1.0/artifacts/service-BasicOnboardYleqoh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T04:47:59.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:47:59.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:47:59.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "aai-ml",
  "timestamp": 1634618721809,
  "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-10-19T04:47:59.613Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3af2a60d-25d3-42c7-aba1-bab76602ab81
2021-10-19T04:47:59.613Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a60d-25d3-42c7-aba1-bab76602ab81 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-10-19T04:48:18.830Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
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-10-19T04:48:18.845Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81
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-10-19T04:48:18.849Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:48:18.849Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-19T04:48:18.849Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-19T04:48:18.849Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-19T04:48:18.850Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T04:48:18.850Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T04:48:18.850Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T04:48:18.850Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T04:48:18.850Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T04:48:18.850Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T04:48:18.850Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:48:18.856Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-19T04:48:48.856Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81 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-10-19T04:48:48.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3af2a60d-25d3-42c7-aba1-bab76602ab81 and serviceModelVersionId: 0a7f17f5-8704-4860-ad47-f6f15723d2a5
2021-10-19T04:48:48.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44bdd207-341f-470a-ba81-eccc1ef56383
2021-10-19T04:48:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:48:58.971Z||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-10-19T04:48:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:49:01.717Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44bdd207-341f-470a-ba81-eccc1ef56383/model-vers/model-ver/0a7f17f5-8704-4860-ad47-f6f15723d2a5?depth=0
2021-10-19T04:49:01.861Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-19T04:49:02.484Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bdd207-341f-470a-ba81-eccc1ef56383/model-vers/model-ver/0a7f17f5-8704-4860-ad47-f6f15723d2a5?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-10-19T04:49:02.490Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bdd207-341f-470a-ba81-eccc1ef56383/model-vers/model-ver/0a7f17f5-8704-4860-ad47-f6f15723d2a5?depth=0|INFO|500||Invoke
2021-10-19T04:49:02.602Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bdd207-341f-470a-ba81-eccc1ef56383/model-vers/model-ver/0a7f17f5-8704-4860-ad47-f6f15723d2a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-19T04:49:02.866Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bdd207-341f-470a-ba81-eccc1ef56383/model-vers/model-ver/0a7f17f5-8704-4860-ad47-f6f15723d2a5?depth=0|INFO|500||InvokeReturn
2021-10-19T04:49:02.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bdd207-341f-470a-ba81-eccc1ef56383/model-vers/model-ver/0a7f17f5-8704-4860-ad47-f6f15723d2a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211019-04:49:02:611-61982], vertex-id=[147616], Content-Length=[0], Date=[Tue, 19 Oct 2021 04:49:02 GMT], Content-Type=[application/json]}
2021-10-19T04:49:02.867Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-10-19T04:49:02.870Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-19T04:49:02.870Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T04:49:02.873Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-19T04:49:02.879Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3af2a60d-25d3-42c7-aba1-bab76602ab81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-19T04:49:02.879Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-19T04:49:02.879Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:49:02.881Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:49:02.881Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618942879,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T04:49:02.982Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:49:02.983Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:49:02.983Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:49:02.996Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:49:02.997Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-19T04:49:03.609Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:49:03.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-19T04:49:03.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a60d-25d3-42c7-aba1-bab76602ab81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634618942879,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T04:49:03.612Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-10-19T04:49:03.900Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:49:03.900Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:49:03.901Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:49:14.095Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:49:14.095Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:49:14.095Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:49:14.095Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:49:23.638Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:49:23.638Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:49:23.639Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:49:23.639Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:49:33.182Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:49:33.183Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:49:33.184Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:49:33.184Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:49:42.725Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:49:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:49:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:49:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:49:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:49:58.970Z||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-10-19T04:49:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:50:08.514Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:50:08.517Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:50:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:50:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:50:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:50:58.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:50:58.970Z||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-10-19T04:50:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:51:08.514Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:51:08.515Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:51:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:51:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:51:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:51:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:51:58.970Z||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-10-19T04:51:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:52:08.515Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:52:08.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:52:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:52:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:52:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:52:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:52:58.971Z||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-10-19T04:52:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:53:08.508Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:53:08.517Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:53:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:53:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:53:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:53:58.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:53:58.971Z||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-10-19T04:53:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:54:08.513Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:54:08.515Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:54:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:54:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:54:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:54:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:54:58.970Z||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-10-19T04:54:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:55:08.518Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:55:08.518Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:55:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:55:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:55:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:55:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:55:58.970Z||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-10-19T04:55:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:56:08.514Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:56:08.515Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:56:58.967Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:56:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:56:58.968Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:56:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:56:58.970Z||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-10-19T04:56:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:08.512Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:57:08.623Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:57:08.624Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-19T04:57:08.624Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"daba379c-b9b0-45f1-bc4f-54ea5f008e5f","serviceName":"Demo_pNF_5ns10gTHnyc3gkDnvCx7","serviceVersion":"1.0","serviceUUID":"27942520-ccc0-43c2-9c48-4456ccdabe9f","serviceDescription":"catalog service description","serviceInvariantUUID":"ab9e4985-2ab6-4d73-a14f-24a472dcf399","resources":[{"resourceInstanceName":"pNF 75b05792-0c5f 0","resourceName":"pNF 75b05792-0c5f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"81c0a8c0-a429-4fea-a664-4a940f30ac12","resourceInvariantUUID":"5505dfc5-f285-489c-97a5-87f4b05b5237","resourceCustomizationUUID":"a5922636-e293-45bb-864d-d9f58420a01d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml","artifactChecksum":"ZmNlODVmOGM1OTNjZmFlMmVhYmFhNmNhNjg2MDk1MGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3a04a1b-f521-49e4-af9e-bd87291d48e3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar","artifactChecksum":"NzgyMTI2NGZmZDk5YjY3NmM5NzM3ZTg1YzRjMGYyNDk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f01b700-ed81-470a-b88c-7a9fef19ae9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42cb1fd3-dd14-4d88-8b0e-436e24f05a55","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml","artifactChecksum":"NThlMjViMmQ0ZTdjMjdkNzZjYWQzM2NkMjFlNWIyYzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cfce90f1-9d37-4275-a486-4929b68f1bac","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d72d850-cb75-4f5e-ab79-65253787f3f2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c469b52-eceb-4878-91ba-601722a8792e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml","artifactChecksum":"OTUyOWE4ZWZhYWRhZjVlNjJlZjc2YjdmNjYwMWY1YmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc9eb409-5d47-45f4-a356-7280fda81e07","artifactVersion":"1"},{"artifactName":"service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar","artifactChecksum":"NTNmMzY4Mzc1YjQ4NDhlMzA4YzAwZWRlMDU4MjZhYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1da6a600-945b-4c1e-8eeb-b132ec71d448","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-19T04:57:08.626Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:08.627Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:08.629Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:08.629Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:08.729Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:08.730Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:08.730Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:08.746Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:57:08.746Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":5,"count":1}
2021-10-19T04:57:09.630Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:09.632Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:09.635Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:09.635Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:09.735Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:09.736Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:09.736Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:09.747Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:57:09.747Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:10.636Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:10.637Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:10.639Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:10.639Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:10.739Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:10.740Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:10.740Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:10.752Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:57:10.753Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:11.640Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:11.641Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:11.643Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:11.643Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:11.743Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:11.744Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:11.744Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:11.755Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:57:11.756Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:12.644Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:12.645Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:12.647Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:12.647Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:12.747Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:12.748Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:12.748Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:12.758Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:57:12.758Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:13.647Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:13.648Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:13.651Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:13.651Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:13.751Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-19T04:57:13.752Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:13.752Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:13.766Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:57:13.767Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:14.652Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:14.653Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:14.656Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:14.657Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:14.757Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:14.757Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:14.757Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:14.767Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:57:14.768Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:15.658Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T04:57:15.659Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:15.660Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:15.661Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:57:15.761Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:15.762Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:15.762Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:15.773Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:57:15.774Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:16.663Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "serviceName": "Demo_pNF_5ns10gTHnyc3gkDnvCx7",
  "serviceVersion": "1.0",
  "serviceUUID": "27942520-ccc0-43c2-9c48-4456ccdabe9f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ab9e4985-2ab6-4d73-a14f-24a472dcf399",
  "resources": [
    {
      "resourceInstanceName": "pNF 75b05792-0c5f 0",
      "resourceCustomizationUUID": "a5922636-e293-45bb-864d-d9f58420a01d",
      "resourceName": "pNF 75b05792-0c5f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "81c0a8c0-a429-4fea-a664-4a940f30ac12",
      "resourceInvariantUUID": "5505dfc5-f285-489c-97a5-87f4b05b5237",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
      "artifactChecksum": "NTNmMzY4Mzc1YjQ4NDhlMzA4YzAwZWRlMDU4MjZhYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1da6a600-945b-4c1e-8eeb-b132ec71d448"
    }
  ],
  "workloadContext": "Production"
}
2021-10-19T04:57:16.663Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-19T04:57:16.663Z|3af2a60d-25d3-42c7-aba1-bab76602ab81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27942520-ccc0-43c2-9c48-4456ccdabe9f ASDC
2021-10-19T04:57:16.664Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:daba379c-b9b0-45f1-bc4f-54ea5f008e5f
ServiceName:Demo_pNF_5ns10gTHnyc3gkDnvCx7
ServiceVersion:1.0
ServiceUUID:27942520-ccc0-43c2-9c48-4456ccdabe9f
ServiceInvariantUUID:ab9e4985-2ab6-4d73-a14f-24a472dcf399
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
ArtifactUUID:1da6a600-945b-4c1e-8eeb-b132ec71d448
ArtifactChecksum:NTNmMzY4Mzc1YjQ4NDhlMzA4YzAwZWRlMDU4MjZhYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 75b05792-0c5f 0
ResourceCustomizationUUID:a5922636-e293-45bb-864d-d9f58420a01d
ResourceInvariantUUID:5505dfc5-f285-489c-97a5-87f4b05b5237
ResourceName:pNF 75b05792-0c5f
ResourceType:PNF
ResourceUUID:81c0a8c0-a429-4fea-a664-4a940f30ac12
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-19T04:57:16.664Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27942520-ccc0-43c2-9c48-4456ccdabe9f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T04:57:16.699Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T04:57:16.700Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-19T04:57:16.700Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-19T04:57:16.701Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1da6a600-945b-4c1e-8eeb-b132ec71d448 from URL: /sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:16.701Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-19T04:57:16.701Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:16.875Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-19T04:57:16.880Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar 1da6a600-945b-4c1e-8eeb-b132ec71d448 82533
2021-10-19T04:57:16.880Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar ASDC sendASDCNotification
2021-10-19T04:57:16.881Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:16.881Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T04:57:16.881Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:16.883Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:16.883Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619436880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:57:16.983Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:57:16.984Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:16.984Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:16.995Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:57:16.996Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T04:57:17.883Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T04:57:17.884Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-19T04:57:17.885Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1da6a600-945b-4c1e-8eeb-b132ec71d448, URL: /sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar to file: /app/ASDC/1/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:17.885Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:17.885Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:17.886Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.019Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13186455659490802911/Definitions/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml
2021-10-19T04:57:18.981Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-19T04:57:18.981Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 75b05792-0c5f 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-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||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-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||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-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.982Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.983Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:18.983Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-19T04:57:18.983Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:57:18.983Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:18.983Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Node template pNF 75b05792-0c5f 0 is matching search criteria
2021-10-19T04:57:18.983Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 75b05792-0c5f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Node template pNF 75b05792-0c5f 0 is matching search criteria
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 75b05792-0c5f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:18.984Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:18.985Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_5ns10gTHnyc3gkDnvCx7
Description:catalog service description
Model UUID:27942520-ccc0-43c2-9c48-4456ccdabe9f
Model Version:NULL
Model InvariantUuid:ab9e4985-2ab6-4d73-a14f-24a472dcf399
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-19T04:57:18.994Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 81c0a8c0-a429-4fea-a664-4a940f30ac12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T04:57:18.996Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||pNF 75b05792-0c5f 0
2021-10-19T04:57:18.997Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 81c0a8c0-a429-4fea-a664-4a940f30ac12
2021-10-19T04:57:18.997Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 27942520-ccc0-43c2-9c48-4456ccdabe9f
2021-10-19T04:57:18.997Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 27942520-ccc0-43c2-9c48-4456ccdabe9f
2021-10-19T04:57:18.997Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 75b05792-0c5f 0 81c0a8c0-a429-4fea-a664-4a940f30ac12 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T04:57:19.000Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34c3a814, org.onap.sdc.toscaparser.api.parameters.Input@5eddd170, org.onap.sdc.toscaparser.api.parameters.Input@399651c4, org.onap.sdc.toscaparser.api.parameters.Input@197748a4, org.onap.sdc.toscaparser.api.parameters.Input@30ddd096]
2021-10-19T04:57:19.001Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:57:19.001Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:19.001Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 27942520-ccc0-43c2-9c48-4456ccdabe9f: pNF 75b05792-0c5f
2021-10-19T04:57:19.002Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||Processing PNF resource: 81c0a8c0-a429-4fea-a664-4a940f30ac12
2021-10-19T04:57:19.002Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T04:57:19.003Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_5ns10gTHnyc3gkDnvCx7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T04:57:19.003Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||Resource customization UUID: a5922636-e293-45bb-864d-d9f58420a01d is the same as notified resource customizationUUID: a5922636-e293-45bb-864d-d9f58420a01d
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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-10-19T04:57:19.063Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 75b05792-0c5f 81c0a8c0-a429-4fea-a664-4a940f30ac12 0 ASDC deployResourceStructure
2021-10-19T04:57:19.063Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar ASDC sendASDCNotification
2021-10-19T04:57:19.064Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar
2021-10-19T04:57:19.064Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T04:57:19.064Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:57:19.065Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:57:19.065Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619439063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T04:57:19.166Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-19T04:57:19.167Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:57:19.167Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:19.182Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:57:19.182Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-19T04:57:20.066Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f
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-10-19T04:57:20.079Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f
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-10-19T04:57:20.081Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:57:20.081Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:57:20.082Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:57:50.082Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f
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-10-19T04:57:50.094Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f
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-10-19T04:57:50.096Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:57:50.096Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T04:57:50.096Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T04:57:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:57:58.970Z||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-10-19T04:57:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:57:59.602Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:57:59.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619421712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619420643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "aai-ml",
  "timestamp": 1634619420102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619424895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619428002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "policy-id",
  "timestamp": 1634619422790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619421712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619420643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "aai-ml",
  "timestamp": 1634619420102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619424895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619428002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "policy-id",
  "timestamp": 1634619422790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619421712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619420643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "aai-ml",
  "timestamp": 1634619420102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619424895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619428002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "policy-id",
  "timestamp": 1634619422790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619421712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619420643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "aai-ml",
  "timestamp": 1634619420102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619428002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619424895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "policy-id",
  "timestamp": 1634619422790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "cds",
  "timestamp": 1634619431673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619421712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619420643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "aai-ml",
  "timestamp": 1634619420102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619428002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619424895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "policy-id",
  "timestamp": 1634619422790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "cds",
  "timestamp": 1634619431673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619421712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619420643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "aai-ml",
  "timestamp": 1634619420102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619424895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619428002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "policy-id",
  "timestamp": 1634619422790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "cds",
  "timestamp": 1634619431673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619421712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619420643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "aai-ml",
  "timestamp": 1634619420102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619424895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619428002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "policy-id",
  "timestamp": 1634619422790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "cds",
  "timestamp": 1634619431673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619421712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619418967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619420643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "aai-ml",
  "timestamp": 1634619420102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619424895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619428002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "policy-id",
  "timestamp": 1634619422790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "cds",
  "timestamp": 1634619431673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619436880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619436883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "aai-ml",
  "timestamp": 1634619436885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "policy-id",
  "timestamp": 1634619436875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619436966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "cds",
  "timestamp": 1634619431673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "policy-id",
  "timestamp": 1634619437879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619438207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "cds",
  "timestamp": 1634619431673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619438830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "policy-id",
  "timestamp": 1634619438882,
  "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-10-19T04:57:59.631Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of daba379c-b9b0-45f1-bc4f-54ea5f008e5f
2021-10-19T04:57:59.631Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId daba379c-b9b0-45f1-bc4f-54ea5f008e5f 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-10-19T04:57:59.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619439063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T04:57:59.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619439210,
  "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-10-19T04:57:59.648Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of daba379c-b9b0-45f1-bc4f-54ea5f008e5f
2021-10-19T04:57:59.648Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId daba379c-b9b0-45f1-bc4f-54ea5f008e5f 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-10-19T04:57:59.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "cds",
  "timestamp": 1634619431673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:57:59.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619439834,
  "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-10-19T04:57:59.664Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of daba379c-b9b0-45f1-bc4f-54ea5f008e5f
2021-10-19T04:57:59.664Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId daba379c-b9b0-45f1-bc4f-54ea5f008e5f 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-10-19T04:57:59.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "cds",
  "timestamp": 1634619440498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "clamp",
  "timestamp": 1634619440776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "cds",
  "timestamp": 1634619441504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-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-10-19T04:57:59.679Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of daba379c-b9b0-45f1-bc4f-54ea5f008e5f
2021-10-19T04:57:59.679Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId daba379c-b9b0-45f1-bc4f-54ea5f008e5f 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-10-19T04:57:59.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "clamp",
  "timestamp": 1634619440776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "aai-ml",
  "timestamp": 1634619442989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "clamp",
  "timestamp": 1634619440776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "aai-ml",
  "timestamp": 1634619443993,
  "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-10-19T04:57:59.697Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of daba379c-b9b0-45f1-bc4f-54ea5f008e5f
2021-10-19T04:57:59.697Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId daba379c-b9b0-45f1-bc4f-54ea5f008e5f 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-10-19T04:57:59.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "clamp",
  "timestamp": 1634619440776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "clamp",
  "timestamp": 1634619440776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "clamp",
  "timestamp": 1634619440776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/resourceInstances/pnf75b057920c5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "clamp",
  "timestamp": 1634619440776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T04:57:59.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "clamp",
  "timestamp": 1634619440776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "clamp",
  "timestamp": 1634619462144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "clamp",
  "timestamp": 1634619465144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5ns10gthnyc3gkdnvcx7/1.0/artifacts/service-DemoPnf5ns10gthnyc3gkdnvcx7-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:57:59.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "clamp",
  "timestamp": 1634619466149,
  "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-10-19T04:57:59.712Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of daba379c-b9b0-45f1-bc4f-54ea5f008e5f
2021-10-19T04:57:59.712Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId daba379c-b9b0-45f1-bc4f-54ea5f008e5f 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-10-19T04:58:20.096Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f
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-10-19T04:58:20.109Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f
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-10-19T04:58:20.111Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T04:58:20.112Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T04:58:20.122Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-19T04:58:50.122Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f 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-10-19T04:58:50.128Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: daba379c-b9b0-45f1-bc4f-54ea5f008e5f and serviceModelVersionId: 27942520-ccc0-43c2-9c48-4456ccdabe9f
2021-10-19T04:58:50.129Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab9e4985-2ab6-4d73-a14f-24a472dcf399
2021-10-19T04:58:50.129Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab9e4985-2ab6-4d73-a14f-24a472dcf399/model-vers/model-ver/27942520-ccc0-43c2-9c48-4456ccdabe9f?depth=0
2021-10-19T04:58:50.134Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-19T04:58:50.171Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab9e4985-2ab6-4d73-a14f-24a472dcf399/model-vers/model-ver/27942520-ccc0-43c2-9c48-4456ccdabe9f?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-10-19T04:58:50.172Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab9e4985-2ab6-4d73-a14f-24a472dcf399/model-vers/model-ver/27942520-ccc0-43c2-9c48-4456ccdabe9f?depth=0|INFO|500||Invoke
2021-10-19T04:58:50.202Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab9e4985-2ab6-4d73-a14f-24a472dcf399/model-vers/model-ver/27942520-ccc0-43c2-9c48-4456ccdabe9f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-19T04:58:50.617Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab9e4985-2ab6-4d73-a14f-24a472dcf399/model-vers/model-ver/27942520-ccc0-43c2-9c48-4456ccdabe9f?depth=0|INFO|500||InvokeReturn
2021-10-19T04:58:50.618Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab9e4985-2ab6-4d73-a14f-24a472dcf399/model-vers/model-ver/27942520-ccc0-43c2-9c48-4456ccdabe9f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211019-04:58:50:209-67213], vertex-id=[360640], Content-Length=[0], Date=[Tue, 19 Oct 2021 04:58:50 GMT], Content-Type=[application/json]}
2021-10-19T04:58:50.618Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-10-19T04:58:50.619Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-19T04:58:50.619Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T04:58:50.622Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-19T04:58:50.622Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID daba379c-b9b0-45f1-bc4f-54ea5f008e5f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-19T04:58:50.623Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-19T04:58:50.623Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-19T04:58:50.626Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T04:58:50.626Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619530623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T04:58:50.726Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T04:58:50.727Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T04:58:50.727Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:58:50.744Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:58:50.744Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 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-10-19T04:58:51.639Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:58:51.640Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:58:51.640Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:58:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:58:58.970Z||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-10-19T04:58:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:58:59.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:58:59.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T04:58:59.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daba379c-b9b0-45f1-bc4f-54ea5f008e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619530623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T04:58:59.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T04:59:01.188Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:59:01.188Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:59:01.189Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T04:59:01.189Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:59:10.731Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T04:59:58.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:59:58.968Z||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-10-19T04:59:58.968Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T04:59:58.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T04:59:58.971Z||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-10-19T04:59:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:01.340Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:01.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T05:00:01.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"361be28a-5c8f-435e-bb8a-c84047b9f3e5","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"f3e847e8-8ee9-46ca-8629-ed5148930a17","serviceDescription":"service","serviceInvariantUUID":"0c742b2d-9ad2-49b2-afc5-51f33b5636bb","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2500a41f-ac7c-4ea9-af24-815b9279adc0","resourceInvariantUUID":"f39a67ed-b30c-45eb-84d6-19651831d8f0","resourceCustomizationUUID":"ceb16b37-85fb-421e-9596-405d601253ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"655758f4-3b1c-4394-bf9a-aac2a5631c95","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZWY3MjY3MTkwZjU4Yzk0ZTNmNWE1NmMwOTM0YTEyNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aff406f1-6dd3-4bfc-baf0-a6e30efa22c6","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MTQ0NDBkM2IyNDMzMWU1OGNiYTFhNTAzZjk5N2M1NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c4c8f239-b384-4ed1-bb0e-c94562f9f978","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5c32fda8-4f92-4da2-9271-4604d11ce050","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"52a77396-5c94-459f-9f92-c211ecb3a59a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0e51e333-6e90-4c82-8e7c-b640a77ac63f","artifactVersion":"2","generatedFromUUID":"5c32fda8-4f92-4da2-9271-4604d11ce050"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NDY0NjAwNTg0MzM0ZmM1NzZhYTg1Mzg5MzhmNmE4MTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f9a6d89-ede7-4bba-bcb1-328a95a54997","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NTIwMGQxY2QzODhmMWFmYWU3ZmEyNTAxYTQyNjllM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9ed7e10-f9a0-48b8-9ac7-99b3cb741cd4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-19T05:00:01.345Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:01.345Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:01.347Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:01.347Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:00:01.447Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:01.447Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:01.448Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:01.458Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:01.459Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:01.573Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:01.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:00:01.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:00:01.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:00:02.347Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:02.348Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:02.350Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:02.350Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:00:02.450Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:02.451Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:02.451Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:02.462Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:02.463Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:03.350Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:03.351Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:03.353Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:03.353Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T05:00:03.453Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:03.454Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:03.454Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:03.468Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:03.468Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:04.354Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:04.354Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:04.358Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:04.358Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:00:04.457Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-19T05:00:04.458Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:04.458Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:04.470Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:04.471Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:00:05.358Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:05.359Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:05.361Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:05.361Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:00:05.461Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:05.463Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:05.463Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:05.473Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:05.473Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:06.365Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:06.365Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:06.367Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:06.367Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-19T05:00:06.467Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:06.468Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:06.468Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:06.479Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:06.480Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:07.367Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:07.368Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:07.369Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:07.370Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:00:07.470Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:07.471Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:07.471Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:07.491Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:07.492Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:08.370Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:00:08.371Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:08.373Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:08.374Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:00:08.474Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:08.475Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:08.475Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:08.497Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:08.498Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:09.376Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "f3e847e8-8ee9-46ca-8629-ed5148930a17",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0c742b2d-9ad2-49b2-afc5-51f33b5636bb",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "ceb16b37-85fb-421e-9596-405d601253ff",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2500a41f-ac7c-4ea9-af24-815b9279adc0",
      "resourceInvariantUUID": "f39a67ed-b30c-45eb-84d6-19651831d8f0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "MTQ0NDBkM2IyNDMzMWU1OGNiYTFhNTAzZjk5N2M1NjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c4c8f239-b384-4ed1-bb0e-c94562f9f978",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5c32fda8-4f92-4da2-9271-4604d11ce050",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0e51e333-6e90-4c82-8e7c-b640a77ac63f",
            "generatedFromUUID": "5c32fda8-4f92-4da2-9271-4604d11ce050"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0e51e333-6e90-4c82-8e7c-b640a77ac63f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NTIwMGQxY2QzODhmMWFmYWU3ZmEyNTAxYTQyNjllM2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d9ed7e10-f9a0-48b8-9ac7-99b3cb741cd4"
    }
  ],
  "workloadContext": "Production"
}
2021-10-19T05:00:09.376Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-19T05:00:09.376Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f3e847e8-8ee9-46ca-8629-ed5148930a17 ASDC
2021-10-19T05:00:09.377Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:361be28a-5c8f-435e-bb8a-c84047b9f3e5
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:f3e847e8-8ee9-46ca-8629-ed5148930a17
ServiceInvariantUUID:0c742b2d-9ad2-49b2-afc5-51f33b5636bb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:d9ed7e10-f9a0-48b8-9ac7-99b3cb741cd4
ArtifactChecksum:NTIwMGQxY2QzODhmMWFmYWU3ZmEyNTAxYTQyNjllM2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:ceb16b37-85fb-421e-9596-405d601253ff
ResourceInvariantUUID:f39a67ed-b30c-45eb-84d6-19651831d8f0
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:2500a41f-ac7c-4ea9-af24-815b9279adc0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:c4c8f239-b384-4ed1-bb0e-c94562f9f978
ArtifactChecksum:MTQ0NDBkM2IyNDMzMWU1OGNiYTFhNTAzZjk5N2M1NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5c32fda8-4f92-4da2-9271-4604d11ce050
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:0e51e333-6e90-4c82-8e7c-b640a77ac63f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:0e51e333-6e90-4c82-8e7c-b640a77ac63f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-19T05:00:09.377Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3e847e8-8ee9-46ca-8629-ed5148930a17 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:00:09.408Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T05:00:09.409Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:00:09.409Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:00:09.410Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d9ed7e10-f9a0-48b8-9ac7-99b3cb741cd4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-19T05:00:09.410Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:00:09.410Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-19T05:00:10.194Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:00:10.200Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar d9ed7e10-f9a0-48b8-9ac7-99b3cb741cd4 73381
2021-10-19T05:00:10.200Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-19T05:00:10.200Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-19T05:00:10.200Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:00:10.200Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:10.202Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:10.202Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619610200,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:00:10.303Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:10.303Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:10.303Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:10.315Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:10.315Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:00:11.203Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T05:00:11.204Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:00:11.204Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d9ed7e10-f9a0-48b8-9ac7-99b3cb741cd4, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:11.204Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-19T05:00:11.205Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:11.205Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:11.408Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15993920438780739006/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-19T05:00:12.682Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-19T05:00:12.683Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-19T05:00:12.683Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.683Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-19T05:00:12.683Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.683Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.683Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:12.684Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:12.685Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:12.685Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-19T05:00:12.685Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T05:00:12.685Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:12.685Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:12.685Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:12.686Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-19T05:00:12.686Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T05:00:12.686Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:12.686Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:12.686Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:12.686Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-19T05:00:12.687Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-19T05:00:12.687Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-19T05:00:12.687Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-19T05:00:12.687Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-19T05:00:12.687Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-19T05:00:12.687Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:12.688Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-19T05:00:12.688Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:12.688Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:12.688Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:00:12.688Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:12.688Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:12.688Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:00:12.689Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:12.689Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:12.689Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:00:12.689Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:12.689Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-19T05:00:12.689Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-19T05:00:12.690Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-19T05:00:12.690Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b085efdc-43d3-4ed1-b5c2-8c263650ddc2
2021-10-19T05:00:12.690Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:12.690Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:12.691Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:12.691Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:12.691Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:12.691Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:12.691Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:12.691Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:12.691Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:f3e847e8-8ee9-46ca-8629-ed5148930a17
Model Version:NULL
Model InvariantUuid:0c742b2d-9ad2-49b2-afc5-51f33b5636bb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:a739472e-c135-4b2d-9142-8163255d4613
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f39a67ed-b30c-45eb-84d6-19651831d8f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ceb16b37-85fb-421e-9596-405d601253ff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8ce7ee83-9352-43ab-a3d0-bd6a27643f7d
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:8e244cde-7658-4590-8e4f-b0c0c3cd3aff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b085efdc-43d3-4ed1-b5c2-8c263650ddc2
ModelInvariantUuid:80a04903-5fba-4e6e-9daf-7a487b0e3477
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:f70139e2-068b-4a82-ad9e-2574946a3bb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:fa12c339-0b40-4e37-9b82-8785a936258a
ModelInvariantUuid:d390ae03-4b1e-47fe-b0a2-417d300c9a25
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:e735b1f5-5829-4360-affe-0940b50e7287
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-19T05:00:12.695Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2500a41f-ac7c-4ea9-af24-815b9279adc0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:00:12.698Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||basicclamp 0
2021-10-19T05:00:12.698Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2500a41f-ac7c-4ea9-af24-815b9279adc0
2021-10-19T05:00:12.698Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c4c8f239-b384-4ed1-bb0e-c94562f9f978 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-19T05:00:12.698Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:00:12.698Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-19T05:00:12.858Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:00:12.859Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json c4c8f239-b384-4ed1-bb0e-c94562f9f978 790
2021-10-19T05:00:12.859Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-19T05:00:12.859Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-19T05:00:12.859Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:00:12.859Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:12.861Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:12.861Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619612859,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:00:12.961Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:12.962Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:12.962Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:12.975Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:12.975Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:13.861Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8ce7ee83-9352-43ab-a3d0-bd6a27643f7d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8e244cde-7658-4590-8e4f-b0c0c3cd3aff",
    "vfModuleModelCustomizationUUID": "7958a1c9-973f-4798-b5c6-e3091a0eb78b",
    "isBase": true,
    "artifacts": [
      "5c32fda8-4f92-4da2-9271-4604d11ce050",
      "0e51e333-6e90-4c82-8e7c-b640a77ac63f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-19T05:00:13.867Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e244cde-7658-4590-8e4f-b0c0c3cd3aff
VfModuleModelInvariantUUID:8ce7ee83-9352-43ab-a3d0-bd6a27643f7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c32fda8-4f92-4da2-9271-4604d11ce050
,
0e51e333-6e90-4c82-8e7c-b640a77ac63f

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-10-19T05:00:13.871Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8ce7ee83-9352-43ab-a3d0-bd6a27643f7d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8e244cde-7658-4590-8e4f-b0c0c3cd3aff",
    "vfModuleModelCustomizationUUID": "7958a1c9-973f-4798-b5c6-e3091a0eb78b",
    "isBase": true,
    "artifacts": [
      "5c32fda8-4f92-4da2-9271-4604d11ce050",
      "0e51e333-6e90-4c82-8e7c-b640a77ac63f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-19T05:00:13.871Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e244cde-7658-4590-8e4f-b0c0c3cd3aff
VfModuleModelInvariantUUID:8ce7ee83-9352-43ab-a3d0-bd6a27643f7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c32fda8-4f92-4da2-9271-4604d11ce050
,
0e51e333-6e90-4c82-8e7c-b640a77ac63f

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-10-19T05:00:13.872Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5c32fda8-4f92-4da2-9271-4604d11ce050 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-19T05:00:13.872Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:00:13.872Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-19T05:00:14.066Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:00:14.067Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 5c32fda8-4f92-4da2-9271-4604d11ce050 5033
2021-10-19T05:00:14.067Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-19T05:00:14.067Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-19T05:00:14.067Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:00:14.068Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:14.070Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:14.070Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619614067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:00:14.171Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:14.171Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:14.171Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:14.182Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:14.182Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:15.071Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0e51e333-6e90-4c82-8e7c-b640a77ac63f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-19T05:00:15.072Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:00:15.072Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-19T05:00:15.361Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:00:15.361Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 0e51e333-6e90-4c82-8e7c-b640a77ac63f 909
2021-10-19T05:00:15.362Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-19T05:00:15.362Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-19T05:00:15.362Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:00:15.362Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:15.364Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:15.364Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619615362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:00:15.465Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:15.465Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:15.466Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:15.484Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:15.484Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:00:16.365Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f3e847e8-8ee9-46ca-8629-ed5148930a17
2021-10-19T05:00:16.366Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2500a41f-ac7c-4ea9-af24-815b9279adc0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:00:16.381Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43bf9878, org.onap.sdc.toscaparser.api.parameters.Input@28eb71fd, org.onap.sdc.toscaparser.api.parameters.Input@57f6e7f9, org.onap.sdc.toscaparser.api.parameters.Input@21acc799, org.onap.sdc.toscaparser.api.parameters.Input@1e6ff78c]
2021-10-19T05:00:16.383Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:16.383Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.383Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-10-19T05:00:16.383Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ceb16b37-85fb-421e-9596-405d601253ff
2021-10-19T05:00:16.383Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ceb16b37-85fb-421e-9596-405d601253ff matches Tosca VF Customization UUID: ceb16b37-85fb-421e-9596-405d601253ff
2021-10-19T05:00:16.384Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ceb16b37-85fb-421e-9596-405d601253ff  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-19T05:00:16.386Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:16.386Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.387Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ceb16b37-85fb-421e-9596-405d601253ff: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-19T05:00:16.387Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29460793
2021-10-19T05:00:16.387Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:16.387Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-19T05:00:16.394Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7958a1c9-973f-4798-b5c6-e3091a0eb78b
2021-10-19T05:00:16.394Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7958a1c9-973f-4798-b5c6-e3091a0eb78b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-19T05:00:16.396Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:16.397Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:16.397Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:00:16.397Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:16.397Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:16.397Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:00:16.398Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:16.398Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-19T05:00:16.398Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-19T05:00:16.398Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-19T05:00:16.398Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b085efdc-43d3-4ed1-b5c2-8c263650ddc2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-19T05:00:16.401Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:16.401Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:16.401Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:00:16.401Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:16.402Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-19T05:00:16.402Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=ceb16b37-85fb-421e-9596-405d601253ff
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:00:16.403Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:16.403Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.404Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f3e847e8-8ee9-46ca-8629-ed5148930a17: basicclamp
2021-10-19T05:00:16.404Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:16.404Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.404Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:16.404Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.404Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:16.405Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.405Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:16.405Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.405Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:00:16.405Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:00:16.405Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:00:16.466Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2500a41f-ac7c-4ea9-af24-815b9279adc0 1 ASDC deployResourceStructure
2021-10-19T05:00:16.467Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-19T05:00:16.467Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-19T05:00:16.467Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:00:16.467Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:16.468Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:16.468Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619616467,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-19T05:00:16.569Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-19T05:00:16.569Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:16.569Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:16.581Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:16.582Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:17.469Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-19T05:00:17.470Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-19T05:00:17.470Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:00:17.470Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:17.472Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:17.473Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619617469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-19T05:00:17.572Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-19T05:00:17.573Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:17.573Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:17.589Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:17.589Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:18.473Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-19T05:00:18.474Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-19T05:00:18.474Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:00:18.475Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:18.478Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:18.478Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619618473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-19T05:00:18.578Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:18.579Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:18.579Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:18.590Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:18.591Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:19.479Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-19T05:00:19.479Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-19T05:00:19.479Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:00:19.479Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:00:19.481Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:00:19.482Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619619479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:00:19.582Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:00:19.583Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:00:19.583Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:19.595Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:19.596Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:00:20.483Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
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-10-19T05:00:20.495Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
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-10-19T05:00:20.500Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:00:20.500Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:00:20.500Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:00:50.500Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
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-10-19T05:00:50.511Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
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-10-19T05:00:50.513Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:00:50.514Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:00:50.514Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:00:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:00:58.971Z||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-10-19T05:00:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:00:58.996Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:00:58.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:00:58.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619600643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:00:58.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:00:58.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:00:58.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "cds",
  "timestamp": 1634619596673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:00:58.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:01:20.514Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
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-10-19T05:01:20.522Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
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-10-19T05:01:20.524Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:01:20.524Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:01:20.524Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:01:50.524Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
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-10-19T05:01:50.534Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
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-10-19T05:01:50.537Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:01:50.537Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:01:50.537Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:01:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:01:58.971Z||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-10-19T05:01:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:01:58.996Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:01:58.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:01:58.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "aai-ml",
  "timestamp": 1634619600102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:01:58.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:20.537Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
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-10-19T05:02:20.546Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
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-10-19T05:02:20.549Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:02:20.549Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:02:20.550Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:02:50.550Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
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-10-19T05:02:50.560Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
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-10-19T05:02:50.563Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:02:50.563Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:02:50.563Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:02:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:02:58.971Z||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-10-19T05:02:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:02:58.996Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:02:59.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619600643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "cds",
  "timestamp": 1634619596673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "aai-ml",
  "timestamp": 1634619600102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1634619601711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619600643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "cds",
  "timestamp": 1634619596673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "aai-ml",
  "timestamp": 1634619600102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1634619601711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "policy-id",
  "timestamp": 1634619602790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619600643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "cds",
  "timestamp": 1634619596673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "aai-ml",
  "timestamp": 1634619600102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1634619601711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "policy-id",
  "timestamp": 1634619602790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619600643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "cds",
  "timestamp": 1634619596673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "aai-ml",
  "timestamp": 1634619600102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1634619601711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "policy-id",
  "timestamp": 1634619602790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619604895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619600643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "cds",
  "timestamp": 1634619596673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "aai-ml",
  "timestamp": 1634619600102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1634619601711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "policy-id",
  "timestamp": 1634619602790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619604895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619600643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "aai-ml",
  "timestamp": 1634619600102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "cds",
  "timestamp": 1634619596673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1634619601711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "policy-id",
  "timestamp": 1634619602790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619604895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619600643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "aai-ml",
  "timestamp": 1634619600102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619598967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "cds",
  "timestamp": 1634619596673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1634619601711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "policy-id",
  "timestamp": 1634619602790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619604895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619608002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1634619601711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "policy-id",
  "timestamp": 1634619602790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619604895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619608002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619610155,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619610200,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "cds",
  "timestamp": 1634619610258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "aai-ml",
  "timestamp": 1634619610366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "policy-id",
  "timestamp": 1634619602790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619604895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619608002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "cds",
  "timestamp": 1634619611262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.036Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 361be28a-5c8f-435e-bb8a-c84047b9f3e5
2021-10-19T05:02:59.036Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361be28a-5c8f-435e-bb8a-c84047b9f3e5 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-10-19T05:02:59.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619611355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1634619611494,
  "artifactURL": "/sdc/v1/catalog/services/f3e847e8-8ee9-46ca-8629-ed5148930a17/resourceInstances/basicclamp0/artifacts/655758f4-3b1c-4394-bf9a-aac2a5631c95",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619604895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619608002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "policy-id",
  "timestamp": 1634619611658,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619604895,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619612573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619608002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "policy-id",
  "timestamp": 1634619612662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "cds",
  "timestamp": 1634619612265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1634619612803,
  "artifactURL": "/sdc/v1/catalog/services/f3e847e8-8ee9-46ca-8629-ed5148930a17/resourceInstances/basicclamp0/artifacts/655758f4-3b1c-4394-bf9a-aac2a5631c95",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619612859,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619613604,
  "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-10-19T05:02:59.056Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 361be28a-5c8f-435e-bb8a-c84047b9f3e5
2021-10-19T05:02:59.056Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361be28a-5c8f-435e-bb8a-c84047b9f3e5 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-10-19T05:02:59.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619608002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619613674,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "policy-id",
  "timestamp": 1634619613664,
  "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-10-19T05:02:59.071Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 361be28a-5c8f-435e-bb8a-c84047b9f3e5
2021-10-19T05:02:59.071Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361be28a-5c8f-435e-bb8a-c84047b9f3e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-19T05:02:59.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "cds",
  "timestamp": 1634619612265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "dcae-sch",
  "timestamp": 1634619613807,
  "artifactURL": "/sdc/v1/catalog/services/f3e847e8-8ee9-46ca-8629-ed5148930a17/resourceInstances/basicclamp0/artifacts/655758f4-3b1c-4394-bf9a-aac2a5631c95",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:02:59.085Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 361be28a-5c8f-435e-bb8a-c84047b9f3e5
2021-10-19T05:02:59.086Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361be28a-5c8f-435e-bb8a-c84047b9f3e5 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619614067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619614608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619608002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "policy-id",
  "timestamp": 1634619602790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "dcae-sch",
  "timestamp": 1634619601711,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "cds",
  "timestamp": 1634619615199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619615362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619608002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "policy-id",
  "timestamp": 1634619602790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "dcae-sch",
  "timestamp": 1634619601711,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619615979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "cds",
  "timestamp": 1634619616204,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.112Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c089d6b-35a2-4d32-8bca-08fc37d22d25
2021-10-19T05:02:59.112Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c089d6b-35a2-4d32-8bca-08fc37d22d25 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-10-19T05:02:59.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619616467,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619608002,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "policy-id",
  "timestamp": 1634619616866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619616983,
  "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-10-19T05:02:59.129Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 361be28a-5c8f-435e-bb8a-c84047b9f3e5
2021-10-19T05:02:59.130Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361be28a-5c8f-435e-bb8a-c84047b9f3e5 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-10-19T05:02:59.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619617469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619608002,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "policy-id",
  "timestamp": 1634619617869,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619604895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619618473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "policy-id",
  "timestamp": 1634619618872,
  "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-10-19T05:02:59.146Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c089d6b-35a2-4d32-8bca-08fc37d22d25
2021-10-19T05:02:59.146Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c089d6b-35a2-4d32-8bca-08fc37d22d25 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-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619604895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619619479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619620192,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "aai-ml",
  "timestamp": 1634619620496,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619620643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "aai-ml",
  "timestamp": 1634619621501,
  "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-10-19T05:02:59.160Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 361be28a-5c8f-435e-bb8a-c84047b9f3e5
2021-10-19T05:02:59.160Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361be28a-5c8f-435e-bb8a-c84047b9f3e5 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-10-19T05:02:59.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619620643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619621778,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619621711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619622782,
  "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-10-19T05:02:59.176Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c089d6b-35a2-4d32-8bca-08fc37d22d25
2021-10-19T05:02:59.176Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c089d6b-35a2-4d32-8bca-08fc37d22d25 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-10-19T05:02:59.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619621711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "policy-id",
  "timestamp": 1634619622790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619621711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "policy-id",
  "timestamp": 1634619622790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619621711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "policy-id",
  "timestamp": 1634619622790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619621711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "policy-id",
  "timestamp": 1634619622790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "cds",
  "timestamp": 1634619626676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619621711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "policy-id",
  "timestamp": 1634619622790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "cds",
  "timestamp": 1634619626676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619621711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "policy-id",
  "timestamp": 1634619622790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619628002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "cds",
  "timestamp": 1634619626676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "dcae-sch",
  "timestamp": 1634619621711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "policy-id",
  "timestamp": 1634619622790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619628002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "aai-ml",
  "timestamp": 1634619630102,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "cds",
  "timestamp": 1634619626676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "policy-id",
  "timestamp": 1634619622790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619628002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "aai-ml",
  "timestamp": 1634619630102,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "cds",
  "timestamp": 1634619626676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619628002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "policy-id",
  "timestamp": 1634619631760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "aai-ml",
  "timestamp": 1634619632256,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "cds",
  "timestamp": 1634619626676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619628002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "policy-id",
  "timestamp": 1634619632764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "cds",
  "timestamp": 1634619626676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619628002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "policy-id",
  "timestamp": 1634619633771,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:02:59.206Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49729889-cb8e-4bda-be8f-91457642e35f
2021-10-19T05:02:59.206Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49729889-cb8e-4bda-be8f-91457642e35f 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-10-19T05:02:59.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "cds",
  "timestamp": 1634619626676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619628002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "cds",
  "timestamp": 1634619635468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619634895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619628002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619634895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "aai-ml",
  "timestamp": 1634619636658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619634895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "cds",
  "timestamp": 1634619637555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-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-10-19T05:02:59.223Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49729889-cb8e-4bda-be8f-91457642e35f
2021-10-19T05:02:59.223Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49729889-cb8e-4bda-be8f-91457642e35f 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-10-19T05:02:59.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "aai-ml",
  "timestamp": 1634619637662,
  "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-10-19T05:02:59.239Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c089d6b-35a2-4d32-8bca-08fc37d22d25
2021-10-19T05:02:59.239Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c089d6b-35a2-4d32-8bca-08fc37d22d25 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-10-19T05:02:59.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619634895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619634895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "clamp",
  "timestamp": 1634619640174,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619634895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "clamp",
  "timestamp": 1634619641178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619640643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619634895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619640643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619634895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619640643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619643677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619640643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619640643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "clamp",
  "timestamp": 1634619645286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619645918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619640643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "clamp",
  "timestamp": 1634619646294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619646921,
  "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-10-19T05:02:59.261Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49729889-cb8e-4bda-be8f-91457642e35f
2021-10-19T05:02:59.261Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49729889-cb8e-4bda-be8f-91457642e35f 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-10-19T05:02:59.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619640643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "clamp",
  "timestamp": 1634619647301,
  "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-10-19T05:02:59.282Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 361be28a-5c8f-435e-bb8a-c84047b9f3e5
2021-10-19T05:02:59.282Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 361be28a-5c8f-435e-bb8a-c84047b9f3e5 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-10-19T05:02:59.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619640643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:02:59.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:02:59.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:02:59.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619649591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619650673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619651854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:02:59.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:02:59.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619652875,
  "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-10-19T05:02:59.301Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49729889-cb8e-4bda-be8f-91457642e35f
2021-10-19T05:02:59.301Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49729889-cb8e-4bda-be8f-91457642e35f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-19T05:02:59.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:02:59.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619653877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-19T05:02:59.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:03:20.563Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
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-10-19T05:03:20.573Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5
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-10-19T05:03:20.576Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:03:20.577Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||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-10-19T05:03:20.583Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-19T05:03:50.583Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5 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-10-19T05:03:50.588Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 361be28a-5c8f-435e-bb8a-c84047b9f3e5 and serviceModelVersionId: f3e847e8-8ee9-46ca-8629-ed5148930a17
2021-10-19T05:03:50.588Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c742b2d-9ad2-49b2-afc5-51f33b5636bb
2021-10-19T05:03:50.589Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c742b2d-9ad2-49b2-afc5-51f33b5636bb/model-vers/model-ver/f3e847e8-8ee9-46ca-8629-ed5148930a17?depth=0
2021-10-19T05:03:50.594Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-19T05:03:50.640Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c742b2d-9ad2-49b2-afc5-51f33b5636bb/model-vers/model-ver/f3e847e8-8ee9-46ca-8629-ed5148930a17?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-10-19T05:03:50.641Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c742b2d-9ad2-49b2-afc5-51f33b5636bb/model-vers/model-ver/f3e847e8-8ee9-46ca-8629-ed5148930a17?depth=0|INFO|500||Invoke
2021-10-19T05:03:50.666Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c742b2d-9ad2-49b2-afc5-51f33b5636bb/model-vers/model-ver/f3e847e8-8ee9-46ca-8629-ed5148930a17?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-19T05:03:50.972Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c742b2d-9ad2-49b2-afc5-51f33b5636bb/model-vers/model-ver/f3e847e8-8ee9-46ca-8629-ed5148930a17?depth=0|INFO|500||InvokeReturn
2021-10-19T05:03:50.972Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c742b2d-9ad2-49b2-afc5-51f33b5636bb/model-vers/model-ver/f3e847e8-8ee9-46ca-8629-ed5148930a17?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211019-05:03:50:672-67943], vertex-id=[581864], Content-Length=[0], Date=[Tue, 19 Oct 2021 05:03:50 GMT], Content-Type=[application/json]}
2021-10-19T05:03:50.972Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-10-19T05:03:50.973Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-19T05:03:50.973Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:03:50.975Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||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-10-19T05:03:50.976Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 361be28a-5c8f-435e-bb8a-c84047b9f3e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-19T05:03:50.976Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-19T05:03:50.976Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:03:50.978Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:03:50.978Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619830976,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T05:03:51.078Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:03:51.079Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:03:51.079Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:03:51.093Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:03:51.094Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-19T05:03:51.990Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:03:51.991Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|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-10-19T05:03:51.991Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:03:56.292Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:03:56.293Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T05:03:56.294Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"49729889-cb8e-4bda-be8f-91457642e35f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"af08b2ad-1cbe-4477-b3e0-01a0004beda0","serviceDescription":"service","serviceInvariantUUID":"0920a837-3df8-4d38-a0b2-d54965d6c223","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d50901ec-dbab-4ba5-a531-32ae4ef2b4ff","resourceInvariantUUID":"d46dd5de-40fb-4df3-939b-e2b96deb4050","resourceCustomizationUUID":"69dc4deb-454f-4530-a60a-28e27baaa341","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZmU1NzgyZTg1NWRlYzZlZTEwNjJlN2E2NDM4OGEzM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e9ed269-aeaa-4853-a4dc-2b161a6e6f7c","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZTdhMTQ5MjgwMWU3YjFiMTI3Zjk2MmViYTkwY2IxMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1a689deb-a780-47f2-97fd-cf19108681ec","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"06438665-5542-4cb3-bba7-e66e4a2dd68c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad2c5d7e-e5c3-4356-88a8-9bb7349a1a54","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0c9ae0f4-6389-4e64-ab63-2696c5c94265","artifactVersion":"2","generatedFromUUID":"06438665-5542-4cb3-bba7-e66e4a2dd68c"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MjRhN2E4YzkyMWViOGEwMGI1ZDZlNTZiOGNlYmYxMmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e6c7a37d-9873-479c-800b-0f0e01180ae7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"OTliNDllZGM5NjIyN2I4NmU3MmZjZjQxNDhmZGQzMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b93322ff-6a3c-4c42-8a7c-da9ef30efd24","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDM5YWI0MzFkMWM5ZTAwNzg3YTVhZDVmNTBhMDE1YTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"beb3a7f9-9d13-4a26-8317-abbd457b553c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-19T05:03:56.296Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:03:56.296Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:03:56.297Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:03:56.298Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:56.398Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:03:56.399Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:03:56.399Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:03:56.411Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:03:56.412Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:03:57.298Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:03:57.299Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:03:57.301Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:03:57.301Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T05:03:57.402Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-19T05:03:57.403Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:03:57.403Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:03:57.419Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:03:57.419Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:03:58.302Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:03:58.303Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:03:58.305Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:03:58.305Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:03:58.405Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:03:58.406Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:03:58.406Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:03:58.420Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:03:58.420Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:03:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:03:58.970Z||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-10-19T05:03:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:03:58.993Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:03:58.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:58.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "clamp",
  "timestamp": 1634619660176,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:03:58.996Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:03:58.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:58.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "aai-ml",
  "timestamp": 1634619660103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:58.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:58.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:58.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "aai-ml",
  "timestamp": 1634619660103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:58.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:58.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:58.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "clamp",
  "timestamp": 1634619662183,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:03:58.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:03:58.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:58.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "aai-ml",
  "timestamp": 1634619660103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:58.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:58.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:58.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c089d6b-35a2-4d32-8bca-08fc37d22d25",
  "consumerID": "clamp",
  "timestamp": 1634619663185,
  "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-10-19T05:03:59.006Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c089d6b-35a2-4d32-8bca-08fc37d22d25
2021-10-19T05:03:59.006Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c089d6b-35a2-4d32-8bca-08fc37d22d25 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-10-19T05:03:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "aai-ml",
  "timestamp": 1634619660103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "aai-ml",
  "timestamp": 1634619660103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "aai-ml",
  "timestamp": 1634619660103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "aai-ml",
  "timestamp": 1634619660103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "aai-ml",
  "timestamp": 1634619660103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:03:59.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "aai-ml",
  "timestamp": 1634619668871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:59.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "clamp",
  "timestamp": 1634619620776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:03:59.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:03:59.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "aai-ml",
  "timestamp": 1634619676764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:03:59.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:03:59.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "aai-ml",
  "timestamp": 1634619677768,
  "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-10-19T05:03:59.026Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49729889-cb8e-4bda-be8f-91457642e35f
2021-10-19T05:03:59.026Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49729889-cb8e-4bda-be8f-91457642e35f 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-10-19T05:03:59.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "clamp",
  "timestamp": 1634619678178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:03:59.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:03:59.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "clamp",
  "timestamp": 1634619681182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:03:59.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:03:59.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:03:59.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "clamp",
  "timestamp": 1634619682185,
  "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-10-19T05:03:59.042Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49729889-cb8e-4bda-be8f-91457642e35f
2021-10-19T05:03:59.042Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49729889-cb8e-4bda-be8f-91457642e35f 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-10-19T05:03:59.305Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:03:59.306Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:03:59.308Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:03:59.309Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:03:59.409Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:03:59.410Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:03:59.410Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:03:59.423Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:03:59.423Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:04:00.309Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:00.310Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:00.311Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:00.312Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-19T05:04:00.412Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:00.413Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:00.413Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:00.424Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:00.425Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:01.312Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:01.313Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:01.314Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:01.314Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:01.414Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:01.415Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:01.415Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:01.427Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:01.428Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:02.314Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:02.315Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:02.317Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:02.317Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:02.417Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:02.418Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:02.418Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:02.430Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:02.430Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:03.317Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:03.318Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:03.320Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:03.320Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:04:03.420Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:03.421Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:03.421Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:03.432Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:03.432Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:04.322Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "af08b2ad-1cbe-4477-b3e0-01a0004beda0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0920a837-3df8-4d38-a0b2-d54965d6c223",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "69dc4deb-454f-4530-a60a-28e27baaa341",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d50901ec-dbab-4ba5-a531-32ae4ef2b4ff",
      "resourceInvariantUUID": "d46dd5de-40fb-4df3-939b-e2b96deb4050",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ZTdhMTQ5MjgwMWU3YjFiMTI3Zjk2MmViYTkwY2IxMDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1a689deb-a780-47f2-97fd-cf19108681ec",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "06438665-5542-4cb3-bba7-e66e4a2dd68c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0c9ae0f4-6389-4e64-ab63-2696c5c94265",
            "generatedFromUUID": "06438665-5542-4cb3-bba7-e66e4a2dd68c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0c9ae0f4-6389-4e64-ab63-2696c5c94265",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDM5YWI0MzFkMWM5ZTAwNzg3YTVhZDVmNTBhMDE1YTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "beb3a7f9-9d13-4a26-8317-abbd457b553c"
    }
  ],
  "workloadContext": "Production"
}
2021-10-19T05:04:04.322Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-19T05:04:04.322Z|361be28a-5c8f-435e-bb8a-c84047b9f3e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 af08b2ad-1cbe-4477-b3e0-01a0004beda0 ASDC
2021-10-19T05:04:04.323Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:49729889-cb8e-4bda-be8f-91457642e35f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:af08b2ad-1cbe-4477-b3e0-01a0004beda0
ServiceInvariantUUID:0920a837-3df8-4d38-a0b2-d54965d6c223
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:beb3a7f9-9d13-4a26-8317-abbd457b553c
ArtifactChecksum:MDM5YWI0MzFkMWM5ZTAwNzg3YTVhZDVmNTBhMDE1YTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:69dc4deb-454f-4530-a60a-28e27baaa341
ResourceInvariantUUID:d46dd5de-40fb-4df3-939b-e2b96deb4050
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d50901ec-dbab-4ba5-a531-32ae4ef2b4ff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:1a689deb-a780-47f2-97fd-cf19108681ec
ArtifactChecksum:ZTdhMTQ5MjgwMWU3YjFiMTI3Zjk2MmViYTkwY2IxMDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:06438665-5542-4cb3-bba7-e66e4a2dd68c
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:0c9ae0f4-6389-4e64-ab63-2696c5c94265
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:0c9ae0f4-6389-4e64-ab63-2696c5c94265
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-19T05:04:04.323Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af08b2ad-1cbe-4477-b3e0-01a0004beda0 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-10-19T05:04:04.360Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T05:04:04.360Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:04:04.360Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:04:04.360Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: beb3a7f9-9d13-4a26-8317-abbd457b553c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-19T05:04:04.360Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:04:04.361Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-19T05:04:04.771Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:04:04.776Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar beb3a7f9-9d13-4a26-8317-abbd457b553c 78591
2021-10-19T05:04:04.776Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-19T05:04:04.776Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-19T05:04:04.776Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:04:04.776Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:04.778Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:04.778Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619844776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:04:04.878Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:04.879Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:04.879Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:04.891Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:04.891Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:04:05.778Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T05:04:05.779Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:04:05.780Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: beb3a7f9-9d13-4a26-8317-abbd457b553c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:05.780Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-19T05:04:05.781Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:05.781Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:05.916Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP435555993466082534/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-10-19T05:04:06.905Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||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-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||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-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||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-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-19T05:04:06.906Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T05:04:06.907Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:06.908Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-10-19T05:04:06.909Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d864ff58-0c82-4931-a115-0c16aada6e5a
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:06.910Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:af08b2ad-1cbe-4477-b3e0-01a0004beda0
Model Version:NULL
Model InvariantUuid:0920a837-3df8-4d38-a0b2-d54965d6c223
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:78b20f75-b36d-4d2c-9787-3bf4f7728ff0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d46dd5de-40fb-4df3-939b-e2b96deb4050
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:69dc4deb-454f-4530-a60a-28e27baaa341
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e4a24283-ffe6-47a9-9657-174bfd702305
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:2d323abc-9e60-4957-9408-481c8bcbbd35
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d864ff58-0c82-4931-a115-0c16aada6e5a
ModelInvariantUuid:abfdfc01-dc80-4f5f-a6eb-258e0e88970f
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:cd271188-240c-43ed-8b68-64e4cdf2633c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:31c80eca-a0cc-44e3-9186-4797f8667132
ModelInvariantUuid:d91871d7-8810-4b69-89f4-38e7568f5b75
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:90715130-20bd-4a2f-98f8-3d8ce825299e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-19T05:04:06.913Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d50901ec-dbab-4ba5-a531-32ae4ef2b4ff
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:04:06.915Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2021-10-19T05:04:06.915Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d50901ec-dbab-4ba5-a531-32ae4ef2b4ff
2021-10-19T05:04:06.915Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1a689deb-a780-47f2-97fd-cf19108681ec from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-19T05:04:06.915Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:04:06.915Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-19T05:04:07.092Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:04:07.092Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1a689deb-a780-47f2-97fd-cf19108681ec 792
2021-10-19T05:04:07.092Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-19T05:04:07.092Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-19T05:04:07.093Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:04:07.093Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:07.095Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:07.095Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619847092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:04:07.195Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:07.196Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:07.196Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:07.209Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:07.209Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:08.095Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e4a24283-ffe6-47a9-9657-174bfd702305",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d323abc-9e60-4957-9408-481c8bcbbd35",
    "vfModuleModelCustomizationUUID": "74cd61ae-297a-41a5-a1ec-313824e2be4a",
    "isBase": true,
    "artifacts": [
      "06438665-5542-4cb3-bba7-e66e4a2dd68c",
      "0c9ae0f4-6389-4e64-ab63-2696c5c94265"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-19T05:04:08.098Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d323abc-9e60-4957-9408-481c8bcbbd35
VfModuleModelInvariantUUID:e4a24283-ffe6-47a9-9657-174bfd702305
VfModuleModelDescription:NULL
Artifacts UUID List:{
06438665-5542-4cb3-bba7-e66e4a2dd68c
,
0c9ae0f4-6389-4e64-ab63-2696c5c94265

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-10-19T05:04:08.100Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e4a24283-ffe6-47a9-9657-174bfd702305",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d323abc-9e60-4957-9408-481c8bcbbd35",
    "vfModuleModelCustomizationUUID": "74cd61ae-297a-41a5-a1ec-313824e2be4a",
    "isBase": true,
    "artifacts": [
      "06438665-5542-4cb3-bba7-e66e4a2dd68c",
      "0c9ae0f4-6389-4e64-ab63-2696c5c94265"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-19T05:04:08.100Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d323abc-9e60-4957-9408-481c8bcbbd35
VfModuleModelInvariantUUID:e4a24283-ffe6-47a9-9657-174bfd702305
VfModuleModelDescription:NULL
Artifacts UUID List:{
06438665-5542-4cb3-bba7-e66e4a2dd68c
,
0c9ae0f4-6389-4e64-ab63-2696c5c94265

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-10-19T05:04:08.100Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 06438665-5542-4cb3-bba7-e66e4a2dd68c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-19T05:04:08.100Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:04:08.101Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-19T05:04:08.214Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:04:08.214Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 06438665-5542-4cb3-bba7-e66e4a2dd68c 5033
2021-10-19T05:04:08.215Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-19T05:04:08.215Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-19T05:04:08.215Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:04:08.215Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:08.217Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:08.217Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619848214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:04:08.317Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:08.318Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:08.318Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:08.331Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:08.331Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:04:09.218Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0c9ae0f4-6389-4e64-ab63-2696c5c94265 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-19T05:04:09.219Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:04:09.219Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-19T05:04:09.491Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:04:09.492Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0c9ae0f4-6389-4e64-ab63-2696c5c94265 903
2021-10-19T05:04:09.492Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-19T05:04:09.492Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-19T05:04:09.492Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:04:09.493Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:09.495Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:09.495Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619849492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:04:09.595Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:09.596Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:09.596Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:09.607Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:09.607Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:10.496Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: af08b2ad-1cbe-4477-b3e0-01a0004beda0
2021-10-19T05:04:10.496Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d50901ec-dbab-4ba5-a531-32ae4ef2b4ff ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:04:10.505Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@482c0e6a, org.onap.sdc.toscaparser.api.parameters.Input@724c34c2, org.onap.sdc.toscaparser.api.parameters.Input@62894ac2, org.onap.sdc.toscaparser.api.parameters.Input@1b8ee2a7, org.onap.sdc.toscaparser.api.parameters.Input@33f9f0e2]
2021-10-19T05:04:10.506Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:10.506Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:10.506Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-10-19T05:04:10.506Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 69dc4deb-454f-4530-a60a-28e27baaa341
2021-10-19T05:04:10.506Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 69dc4deb-454f-4530-a60a-28e27baaa341 matches Tosca VF Customization UUID: 69dc4deb-454f-4530-a60a-28e27baaa341
2021-10-19T05:04:10.506Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 69dc4deb-454f-4530-a60a-28e27baaa341  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-19T05:04:10.507Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:10.507Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:10.508Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 69dc4deb-454f-4530-a60a-28e27baaa341: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-10-19T05:04:10.508Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6480e980
2021-10-19T05:04:10.508Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:10.508Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-19T05:04:10.508Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 74cd61ae-297a-41a5-a1ec-313824e2be4a
2021-10-19T05:04:10.508Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 74cd61ae-297a-41a5-a1ec-313824e2be4a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-19T05:04:10.509Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:10.509Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-10-19T05:04:10.510Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d864ff58-0c82-4931-a115-0c16aada6e5a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-19T05:04:10.511Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:10.512Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:10.512Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:04:10.512Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:10.512Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-19T05:04:10.512Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=69dc4deb-454f-4530-a60a-28e27baaa341
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:04:10.513Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:10.513Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:10.513Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid af08b2ad-1cbe-4477-b3e0-01a0004beda0: basic_vm_macro
2021-10-19T05:04:10.513Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:10.513Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:10.513Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:10.513Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:10.513Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:10.513Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:10.513Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:10.513Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:10.514Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:10.514Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:10.514Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:04:10.565Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d50901ec-dbab-4ba5-a531-32ae4ef2b4ff 1 ASDC deployResourceStructure
2021-10-19T05:04:10.565Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-19T05:04:10.566Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-19T05:04:10.566Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:04:10.566Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:10.568Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:10.569Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619850565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-19T05:04:10.669Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:10.669Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:10.670Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:10.681Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:10.681Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:11.570Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-19T05:04:11.570Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-19T05:04:11.571Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:04:11.571Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:11.573Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:11.573Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619851569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-19T05:04:11.673Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:11.674Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:11.674Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:11.687Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:11.688Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:12.575Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-19T05:04:12.575Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-19T05:04:12.576Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:04:12.577Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:12.580Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:12.580Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619852575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-19T05:04:12.680Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:12.681Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:12.681Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:12.692Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:12.692Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:13.581Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-19T05:04:13.582Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-19T05:04:13.582Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:04:13.583Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:13.586Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:13.586Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619853581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:04:13.686Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:13.687Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:13.687Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:13.698Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:13.698Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:14.586Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49729889-cb8e-4bda-be8f-91457642e35f
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-10-19T05:04:14.598Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49729889-cb8e-4bda-be8f-91457642e35f
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-10-19T05:04:14.601Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:04:14.601Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-19T05:04:14.601Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-19T05:04:14.602Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-19T05:04:14.602Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:04:14.602Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:04:14.602Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:04:14.602Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:04:14.602Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:04:14.602Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:04:14.602Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||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-10-19T05:04:14.608Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-19T05:04:44.608Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 49729889-cb8e-4bda-be8f-91457642e35f 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-10-19T05:04:44.614Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49729889-cb8e-4bda-be8f-91457642e35f and serviceModelVersionId: af08b2ad-1cbe-4477-b3e0-01a0004beda0
2021-10-19T05:04:44.614Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0920a837-3df8-4d38-a0b2-d54965d6c223
2021-10-19T05:04:44.615Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0920a837-3df8-4d38-a0b2-d54965d6c223/model-vers/model-ver/af08b2ad-1cbe-4477-b3e0-01a0004beda0?depth=0
2021-10-19T05:04:44.619Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-19T05:04:44.664Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0920a837-3df8-4d38-a0b2-d54965d6c223/model-vers/model-ver/af08b2ad-1cbe-4477-b3e0-01a0004beda0?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-10-19T05:04:44.665Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0920a837-3df8-4d38-a0b2-d54965d6c223/model-vers/model-ver/af08b2ad-1cbe-4477-b3e0-01a0004beda0?depth=0|INFO|500||Invoke
2021-10-19T05:04:44.688Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0920a837-3df8-4d38-a0b2-d54965d6c223/model-vers/model-ver/af08b2ad-1cbe-4477-b3e0-01a0004beda0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-19T05:04:44.958Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0920a837-3df8-4d38-a0b2-d54965d6c223/model-vers/model-ver/af08b2ad-1cbe-4477-b3e0-01a0004beda0?depth=0|INFO|500||InvokeReturn
2021-10-19T05:04:44.958Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0920a837-3df8-4d38-a0b2-d54965d6c223/model-vers/model-ver/af08b2ad-1cbe-4477-b3e0-01a0004beda0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211019-05:04:44:694-26206], vertex-id=[237568], Content-Length=[0], Date=[Tue, 19 Oct 2021 05:04:44 GMT], Content-Type=[application/json]}
2021-10-19T05:04:44.958Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-10-19T05:04:44.958Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-19T05:04:44.958Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:04:44.961Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||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-10-19T05:04:44.961Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49729889-cb8e-4bda-be8f-91457642e35f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-19T05:04:44.962Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-19T05:04:44.962Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:44.964Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:44.964Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619884961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T05:04:45.064Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:45.065Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:45.065Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:45.080Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:45.081Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-19T05:04:45.977Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-19T05:04:45.977Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8891be2-4a38-4665-8f1d-309207297b86","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"76eba5f9-6d0c-4657-9a07-e59e502b7dc9","serviceDescription":"service","serviceInvariantUUID":"e1cb2983-8f05-44ff-93f1-ad24648a3645","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ba1e9856-63a4-4867-86c5-2a9220569263","resourceInvariantUUID":"72483f0b-b049-4bb5-acd1-2b817df930a9","resourceCustomizationUUID":"39f1cfa8-1ec6-426b-89ee-4967dfa7908f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NGM1YzMyZDg3ZDVmNDNmN2M2Yzg2N2ZmODU5ODRiMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"204f28f1-90d1-48fe-bdb5-9b2dd6e8c4f5","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8220bc27-2c02-4989-adbf-b6a0659a4c9f","artifactVersion":"2","generatedFromUUID":"85f5f823-d619-4a48-abf7-0b2c16ba8601"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"85f5f823-d619-4a48-abf7-0b2c16ba8601","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZTRlYWE5MjIxYjIxNGJjOWU5YzJkYzgwMmE1ZWM5Mzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa7c5661-7a46-4e22-82b8-c4b9d910043e","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fb3208b2-6005-4d04-af05-3367c39fd25b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e289b967-3380-44b5-b71e-2b86cdf5a59d","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7266ca45-5faa-4570-b72a-d6a05250ee83","artifactVersion":"2","generatedFromUUID":"fb3208b2-6005-4d04-af05-3367c39fd25b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWUzOTI5YzJmNzFiNGQ2ZGRlMzM1MGUyNTY3OTc0ODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"451ead19-019e-47d5-b615-e3be23a199e6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDU5YjBiOWRmNTY3YWY2MWUxNWM1YTVkNzk4NjBmNjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2dd190bb-e2b2-4fee-8d2a-cd9e745c8e42","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-19T05:04:45.978Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:45.978Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:45.980Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:45.980Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:46.081Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-19T05:04:46.081Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:46.081Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:46.092Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:46.092Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:46.981Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:46.982Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:46.983Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:46.983Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-19T05:04:47.084Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:47.084Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:47.084Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:47.096Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:47.096Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:47.984Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:47.985Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:47.987Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:47.987Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-19T05:04:48.087Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:48.087Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:48.088Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:48.099Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:48.100Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:48.987Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:48.988Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:48.990Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:48.990Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T05:04:49.090Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:49.091Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:49.091Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:49.102Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:49.103Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:49.990Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:49.991Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:49.993Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:49.993Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:04:50.094Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-19T05:04:50.094Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:50.094Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:50.110Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:50.111Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:50.994Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:50.995Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:50.996Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:50.997Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:51.097Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:51.098Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:51.098Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:51.109Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:51.109Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:51.997Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:51.998Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:51.999Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:51.999Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-19T05:04:52.099Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:52.100Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:52.100Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:52.109Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:52.110Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:53.000Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:53.001Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:53.003Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:53.003Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:53.103Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:53.104Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:53.104Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:53.114Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:53.115Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:54.004Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:04:54.005Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:54.008Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:54.008Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:04:54.108Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:54.108Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:54.108Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:54.120Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:54.121Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:55.010Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "76eba5f9-6d0c-4657-9a07-e59e502b7dc9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1cb2983-8f05-44ff-93f1-ad24648a3645",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "39f1cfa8-1ec6-426b-89ee-4967dfa7908f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ba1e9856-63a4-4867-86c5-2a9220569263",
      "resourceInvariantUUID": "72483f0b-b049-4bb5-acd1-2b817df930a9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8220bc27-2c02-4989-adbf-b6a0659a4c9f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "85f5f823-d619-4a48-abf7-0b2c16ba8601",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "ZTRlYWE5MjIxYjIxNGJjOWU5YzJkYzgwMmE1ZWM5Mzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aa7c5661-7a46-4e22-82b8-c4b9d910043e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fb3208b2-6005-4d04-af05-3367c39fd25b",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7266ca45-5faa-4570-b72a-d6a05250ee83",
            "generatedFromUUID": "fb3208b2-6005-4d04-af05-3367c39fd25b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7266ca45-5faa-4570-b72a-d6a05250ee83",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NDU5YjBiOWRmNTY3YWY2MWUxNWM1YTVkNzk4NjBmNjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2dd190bb-e2b2-4fee-8d2a-cd9e745c8e42"
    }
  ],
  "workloadContext": "Production"
}
2021-10-19T05:04:55.010Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-19T05:04:55.010Z|49729889-cb8e-4bda-be8f-91457642e35f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 76eba5f9-6d0c-4657-9a07-e59e502b7dc9 ASDC
2021-10-19T05:04:55.012Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c8891be2-4a38-4665-8f1d-309207297b86
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:76eba5f9-6d0c-4657-9a07-e59e502b7dc9
ServiceInvariantUUID:e1cb2983-8f05-44ff-93f1-ad24648a3645
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:2dd190bb-e2b2-4fee-8d2a-cd9e745c8e42
ArtifactChecksum:NDU5YjBiOWRmNTY3YWY2MWUxNWM1YTVkNzk4NjBmNjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:39f1cfa8-1ec6-426b-89ee-4967dfa7908f
ResourceInvariantUUID:72483f0b-b049-4bb5-acd1-2b817df930a9
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ba1e9856-63a4-4867-86c5-2a9220569263
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:8220bc27-2c02-4989-adbf-b6a0659a4c9f
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:85f5f823-d619-4a48-abf7-0b2c16ba8601
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:aa7c5661-7a46-4e22-82b8-c4b9d910043e
ArtifactChecksum:ZTRlYWE5MjIxYjIxNGJjOWU5YzJkYzgwMmE1ZWM5Mzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:fb3208b2-6005-4d04-af05-3367c39fd25b
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:7266ca45-5faa-4570-b72a-d6a05250ee83
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:7266ca45-5faa-4570-b72a-d6a05250ee83
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-19T05:04:55.012Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76eba5f9-6d0c-4657-9a07-e59e502b7dc9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:04:55.046Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T05:04:55.046Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:04:55.046Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:04:55.046Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2dd190bb-e2b2-4fee-8d2a-cd9e745c8e42 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-19T05:04:55.047Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:04:55.047Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-19T05:04:55.279Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:04:55.282Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2dd190bb-e2b2-4fee-8d2a-cd9e745c8e42 68758
2021-10-19T05:04:55.282Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-19T05:04:55.283Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-19T05:04:55.283Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:04:55.283Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:55.285Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:55.285Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619895282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:04:55.385Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:55.386Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:55.386Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:55.397Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:55.397Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:04:56.285Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T05:04:56.286Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-19T05:04:56.287Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2dd190bb-e2b2-4fee-8d2a-cd9e745c8e42, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-19T05:04:56.287Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-19T05:04:56.287Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-19T05:04:56.287Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-19T05:04:56.392Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13088099612162085515/Definitions/service-BasicCnf-template.yml
2021-10-19T05:04:57.304Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-19T05:04:57.305Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-19T05:04:57.305Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-19T05:04:57.305Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-19T05:04:57.305Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-19T05:04:57.305Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-19T05:04:57.305Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-19T05:04:57.306Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-19T05:04:57.306Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-19T05:04:57.306Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:57.306Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:57.306Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-19T05:04:57.306Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-19T05:04:57.306Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T05:04:57.307Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:57.307Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:57.307Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-19T05:04:57.307Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-19T05:04:57.307Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T05:04:57.307Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:57.307Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:57.307Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:57.308Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-19T05:04:57.308Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-19T05:04:57.308Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-19T05:04:57.308Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-19T05:04:57.308Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:57.308Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-19T05:04:57.308Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:57.309Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-19T05:04:57.309Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:04:57.309Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:57.309Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-19T05:04:57.309Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:04:57.309Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:57.310Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-19T05:04:57.310Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:04:57.310Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:57.310Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-19T05:04:57.310Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-19T05:04:57.310Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5c498bae-ab2b-44a1-bd45-9059e93128a1
2021-10-19T05:04:57.310Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:57.311Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:57.311Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:57.311Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:57.311Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:57.311Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:57.311Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:04:57.311Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:04:57.311Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:76eba5f9-6d0c-4657-9a07-e59e502b7dc9
Model Version:NULL
Model InvariantUuid:e1cb2983-8f05-44ff-93f1-ad24648a3645
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:1c6e17c4-4d02-4b6c-8743-d6464748aac3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:72483f0b-b049-4bb5-acd1-2b817df930a9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:39f1cfa8-1ec6-426b-89ee-4967dfa7908f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4acec7a0-75dc-48d8-80d8-c20365fa53cc
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:88aa4e41-9daa-46d5-b036-07ac3f15b27e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c498bae-ab2b-44a1-bd45-9059e93128a1
ModelInvariantUuid:0c365029-b124-4e08-9156-87216b994817
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:84b321c1-8d28-4d9f-beed-1b6c7d72c2ad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:7ca7dfac-3b2c-40b4-9a27-c6d31264c902
ModelInvariantUuid:682bdadb-a1da-406b-b079-3260277ba687
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:c362d38d-95ab-4ebd-99a6-a217a5d215be
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-19T05:04:57.316Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ba1e9856-63a4-4867-86c5-2a9220569263
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:04:57.318Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||basic_cnf 0
2021-10-19T05:04:57.318Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ba1e9856-63a4-4867-86c5-2a9220569263
2021-10-19T05:04:57.318Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8220bc27-2c02-4989-adbf-b6a0659a4c9f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-19T05:04:57.318Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:04:57.318Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-19T05:04:58.161Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:04:58.162Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 8220bc27-2c02-4989-adbf-b6a0659a4c9f 12
2021-10-19T05:04:58.162Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-10-19T05:04:58.162Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-19T05:04:58.162Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:04:58.162Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:58.164Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:58.164Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619898162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:04:58.265Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:58.265Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:58.265Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:58.277Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:58.278Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:04:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:04:58.971Z||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-10-19T05:04:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:58.995Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:58.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:58.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "dcae-sch",
  "timestamp": 1634619821711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:58.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:58.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:58.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "cds",
  "timestamp": 1634619821673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:58.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:58.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:58.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619820643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:58.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:58.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:58.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "policy-id",
  "timestamp": 1634619822790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:58.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:58.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:58.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619820643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-19T05:04:58.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:58.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:58.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "cds",
  "timestamp": 1634619821673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:58.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "dcae-sch",
  "timestamp": 1634619821711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "policy-id",
  "timestamp": 1634619822790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619828002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619820643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-19T05:04:59.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "cds",
  "timestamp": 1634619821673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "dcae-sch",
  "timestamp": 1634619821711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "policy-id",
  "timestamp": 1634619822790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619828002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "dcae-sch",
  "timestamp": 1634619821711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619820643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "cds",
  "timestamp": 1634619821673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "policy-id",
  "timestamp": 1634619822790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619828002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "361be28a-5c8f-435e-bb8a-c84047b9f3e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619830976,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T05:04:59.002Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619820643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "cds",
  "timestamp": 1634619821673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "dcae-sch",
  "timestamp": 1634619821711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "policy-id",
  "timestamp": 1634619822790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "clamp",
  "timestamp": 1634619830776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619828002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619820643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "cds",
  "timestamp": 1634619821673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "dcae-sch",
  "timestamp": 1634619821711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "policy-id",
  "timestamp": 1634619822790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "clamp",
  "timestamp": 1634619830776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619828002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "cds",
  "timestamp": 1634619821673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "dcae-sch",
  "timestamp": 1634619821711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619820643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "policy-id",
  "timestamp": 1634619822790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "clamp",
  "timestamp": 1634619830776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619828002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "cds",
  "timestamp": 1634619821673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619820643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "dcae-sch",
  "timestamp": 1634619821711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "policy-id",
  "timestamp": 1634619822790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "clamp",
  "timestamp": 1634619830776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619828002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "cds",
  "timestamp": 1634619821673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619820643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "dcae-sch",
  "timestamp": 1634619821711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "policy-id",
  "timestamp": 1634619822790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "clamp",
  "timestamp": 1634619830776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619828002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "cds",
  "timestamp": 1634619836397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "clamp",
  "timestamp": 1634619830776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "policy-id",
  "timestamp": 1634619836464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619836493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619828002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T05:04:59.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "cds",
  "timestamp": 1634619837402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-19T05:04:59.016Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8891be2-4a38-4665-8f1d-309207297b86
2021-10-19T05:04:59.017Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8891be2-4a38-4665-8f1d-309207297b86 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-10-19T05:04:59.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "clamp",
  "timestamp": 1634619830776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "policy-id",
  "timestamp": 1634619837468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:04:59.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:04:59.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619838252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:04:59.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:04:59.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:04:59.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "clamp",
  "timestamp": 1634619830776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:04:59.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:04:59.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:04:59.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "policy-id",
  "timestamp": 1634619838471,
  "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-10-19T05:04:59.033Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8891be2-4a38-4665-8f1d-309207297b86
2021-10-19T05:04:59.033Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8891be2-4a38-4665-8f1d-309207297b86 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-10-19T05:04:59.165Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 85f5f823-d619-4a48-abf7-0b2c16ba8601 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-19T05:04:59.166Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:04:59.166Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-19T05:04:59.413Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:04:59.414Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 85f5f823-d619-4a48-abf7-0b2c16ba8601 2688
2021-10-19T05:04:59.414Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-10-19T05:04:59.414Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-19T05:04:59.414Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:04:59.414Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:04:59.416Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:04:59.416Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619899414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:04:59.516Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:04:59.517Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:04:59.517Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:04:59.529Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:04:59.529Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:05:00.419Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aa7c5661-7a46-4e22-82b8-c4b9d910043e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-19T05:05:00.419Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:05:00.419Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-19T05:05:00.601Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:05:00.602Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json aa7c5661-7a46-4e22-82b8-c4b9d910043e 828
2021-10-19T05:05:00.602Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-10-19T05:05:00.602Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-19T05:05:00.603Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:05:00.603Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:05:00.605Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:05:00.605Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619900602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:05:00.705Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-19T05:05:00.706Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:05:00.706Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:05:00.719Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:05:00.720Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:05:01.606Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4acec7a0-75dc-48d8-80d8-c20365fa53cc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "88aa4e41-9daa-46d5-b036-07ac3f15b27e",
    "vfModuleModelCustomizationUUID": "2a46e6f2-d062-46d8-8db4-8a429713ee6b",
    "isBase": true,
    "artifacts": [
      "fb3208b2-6005-4d04-af05-3367c39fd25b",
      "85f5f823-d619-4a48-abf7-0b2c16ba8601",
      "7266ca45-5faa-4570-b72a-d6a05250ee83"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-19T05:05:01.608Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88aa4e41-9daa-46d5-b036-07ac3f15b27e
VfModuleModelInvariantUUID:4acec7a0-75dc-48d8-80d8-c20365fa53cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb3208b2-6005-4d04-af05-3367c39fd25b
,
85f5f823-d619-4a48-abf7-0b2c16ba8601
,
7266ca45-5faa-4570-b72a-d6a05250ee83

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-10-19T05:05:01.610Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4acec7a0-75dc-48d8-80d8-c20365fa53cc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "88aa4e41-9daa-46d5-b036-07ac3f15b27e",
    "vfModuleModelCustomizationUUID": "2a46e6f2-d062-46d8-8db4-8a429713ee6b",
    "isBase": true,
    "artifacts": [
      "fb3208b2-6005-4d04-af05-3367c39fd25b",
      "85f5f823-d619-4a48-abf7-0b2c16ba8601",
      "7266ca45-5faa-4570-b72a-d6a05250ee83"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-19T05:05:01.610Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88aa4e41-9daa-46d5-b036-07ac3f15b27e
VfModuleModelInvariantUUID:4acec7a0-75dc-48d8-80d8-c20365fa53cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb3208b2-6005-4d04-af05-3367c39fd25b
,
85f5f823-d619-4a48-abf7-0b2c16ba8601
,
7266ca45-5faa-4570-b72a-d6a05250ee83

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-10-19T05:05:01.610Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fb3208b2-6005-4d04-af05-3367c39fd25b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-19T05:05:01.610Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:05:01.611Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-19T05:05:01.711Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:05:01.711Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml fb3208b2-6005-4d04-af05-3367c39fd25b 1164
2021-10-19T05:05:01.711Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-10-19T05:05:01.711Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-19T05:05:01.712Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:05:01.712Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:05:01.713Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:05:01.713Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619901711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:05:01.814Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:05:01.815Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:05:01.815Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:05:01.827Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:05:01.827Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:05:02.714Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7266ca45-5faa-4570-b72a-d6a05250ee83 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-19T05:05:02.715Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-19T05:05:02.715Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-19T05:05:02.868Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-19T05:05:02.869Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7266ca45-5faa-4570-b72a-d6a05250ee83 200
2021-10-19T05:05:02.870Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-10-19T05:05:02.870Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-19T05:05:02.870Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:05:02.871Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:05:02.873Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:05:02.873Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619902870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:05:02.973Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:05:02.974Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:05:02.974Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:05:02.985Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:05:02.986Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:05:03.873Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 76eba5f9-6d0c-4657-9a07-e59e502b7dc9
2021-10-19T05:05:03.874Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ba1e9856-63a4-4867-86c5-2a9220569263 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-10-19T05:05:03.884Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:05:03.889Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a4fa8d3, org.onap.sdc.toscaparser.api.parameters.Input@417d6bcb, org.onap.sdc.toscaparser.api.parameters.Input@1c262e76, org.onap.sdc.toscaparser.api.parameters.Input@35ac454b, org.onap.sdc.toscaparser.api.parameters.Input@52426a1d]
2021-10-19T05:05:03.890Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:05:03.890Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:05:03.890Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-10-19T05:05:03.890Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 39f1cfa8-1ec6-426b-89ee-4967dfa7908f
2021-10-19T05:05:03.890Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 39f1cfa8-1ec6-426b-89ee-4967dfa7908f matches Tosca VF Customization UUID: 39f1cfa8-1ec6-426b-89ee-4967dfa7908f
2021-10-19T05:05:03.890Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 39f1cfa8-1ec6-426b-89ee-4967dfa7908f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-19T05:05:03.891Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:05:03.891Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:05:03.892Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 39f1cfa8-1ec6-426b-89ee-4967dfa7908f: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-10-19T05:05:03.892Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e225bc
2021-10-19T05:05:03.892Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:05:03.892Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-19T05:05:03.892Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2a46e6f2-d062-46d8-8db4-8a429713ee6b
2021-10-19T05:05:03.892Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2a46e6f2-d062-46d8-8db4-8a429713ee6b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-19T05:05:03.893Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:05:03.894Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-19T05:05:03.894Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:05:03.894Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:05:03.894Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-19T05:05:03.894Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:05:03.894Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:05:03.894Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-19T05:05:03.894Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-19T05:05:03.894Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5c498bae-ab2b-44a1-bd45-9059e93128a1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-19T05:05:03.895Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:05:03.896Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-19T05:05:03.896Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-19T05:05:03.896Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:05:03.896Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-19T05:05:03.896Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=39f1cfa8-1ec6-426b-89ee-4967dfa7908f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:05:03.897Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:05:03.897Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:05:03.897Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 76eba5f9-6d0c-4657-9a07-e59e502b7dc9: basic_cnf
2021-10-19T05:05:03.897Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:05:03.897Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:05:03.897Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:05:03.898Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:05:03.898Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:05:03.898Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:05:03.898Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:05:03.898Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:05:03.898Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:05:03.898Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:05:03.898Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:05:03.942Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ba1e9856-63a4-4867-86c5-2a9220569263 1 ASDC deployResourceStructure
2021-10-19T05:05:03.943Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-10-19T05:05:03.943Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-10-19T05:05:03.944Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-19T05:05:03.944Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:05:03.946Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:05:03.946Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619903943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-19T05:05:04.046Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:05:04.047Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:05:04.047Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:05:04.062Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:05:04.063Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:05:04.947Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-10-19T05:05:04.947Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-10-19T05:05:04.948Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-19T05:05:04.948Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:05:04.950Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:05:04.950Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619904947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-19T05:05:05.050Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:05:05.051Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:05:05.051Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:05:05.064Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:05:05.065Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:05:05.951Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-10-19T05:05:05.951Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-19T05:05:05.951Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:05:05.952Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:05:05.953Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:05:05.954Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619905951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-19T05:05:06.054Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:05:06.055Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:05:06.055Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:05:06.067Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:05:06.068Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:05:06.955Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-10-19T05:05:06.955Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-19T05:05:06.955Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:05:06.956Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:05:06.957Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:05:06.958Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619906954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-19T05:05:07.058Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:05:07.059Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:05:07.059Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:05:07.071Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:05:07.071Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:05:07.959Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-10-19T05:05:07.959Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-19T05:05:07.959Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:05:07.959Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:05:07.961Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:05:07.961Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619907959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-19T05:05:08.061Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:05:08.062Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:05:08.062Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:05:08.075Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:05:08.076Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:05:08.961Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-19T05:05:08.962Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-19T05:05:08.962Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:05:08.962Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:05:08.964Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:05:08.964Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619908961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:05:09.065Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:05:09.065Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:05:09.065Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:05:09.076Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:05:09.077Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:05:09.965Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8891be2-4a38-4665-8f1d-309207297b86
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-10-19T05:05:09.975Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8891be2-4a38-4665-8f1d-309207297b86
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-10-19T05:05:09.977Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:05:09.977Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:05:09.977Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:05:39.978Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8891be2-4a38-4665-8f1d-309207297b86
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-10-19T05:05:39.988Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8891be2-4a38-4665-8f1d-309207297b86
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-10-19T05:05:39.990Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:05:39.990Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:05:39.991Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:05:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:05:58.971Z||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-10-19T05:05:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:05:58.990Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:05:58.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:05:58.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:05:58.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:09.991Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8891be2-4a38-4665-8f1d-309207297b86
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-10-19T05:06:10.002Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8891be2-4a38-4665-8f1d-309207297b86
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-10-19T05:06:10.005Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:06:10.005Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:06:10.005Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:06:40.006Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8891be2-4a38-4665-8f1d-309207297b86
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-10-19T05:06:40.019Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8891be2-4a38-4665-8f1d-309207297b86
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-10-19T05:06:40.021Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:06:40.021Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:06:40.021Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:06:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:06:58.971Z||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-10-19T05:06:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:06:58.997Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:06:58.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:58.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "clamp",
  "timestamp": 1634619830776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:06:59.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619839554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:06:59.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-19T05:06:59.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619840698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:06:59.002Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "aai-ml",
  "timestamp": 1634619840102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "aai-ml",
  "timestamp": 1634619840102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619841743,
  "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-10-19T05:06:59.010Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8891be2-4a38-4665-8f1d-309207297b86
2021-10-19T05:06:59.010Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8891be2-4a38-4665-8f1d-309207297b86 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-19T05:06:59.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "aai-ml",
  "timestamp": 1634619840102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619842746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-19T05:06:59.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:06:59.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "aai-ml",
  "timestamp": 1634619840102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "aai-ml",
  "timestamp": 1634619840102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619844776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619844895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "aai-ml",
  "timestamp": 1634619840102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619844895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "aai-ml",
  "timestamp": 1634619840102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619847092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "clamp",
  "timestamp": 1634619847212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619844895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "aai-ml",
  "timestamp": 1634619840102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619848214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619844895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "aai-ml",
  "timestamp": 1634619840102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "clamp",
  "timestamp": 1634619849218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:06:59.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619849492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:06:59.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619844895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "aai-ml",
  "timestamp": 1634619850059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:06:59.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "clamp",
  "timestamp": 1634619850221,
  "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-10-19T05:06:59.028Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8891be2-4a38-4665-8f1d-309207297b86
2021-10-19T05:06:59.028Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8891be2-4a38-4665-8f1d-309207297b86 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-10-19T05:06:59.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619844895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619850565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-19T05:06:59.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619844895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619851569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-19T05:06:59.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619844895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619852575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-19T05:06:59.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619844895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:06:59.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619853581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:06:59.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619854680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:06:59.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619856885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:06:59.038Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619857888,
  "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-10-19T05:06:59.042Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8891be2-4a38-4665-8f1d-309207297b86
2021-10-19T05:06:59.042Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8891be2-4a38-4665-8f1d-309207297b86 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-10-19T05:06:59.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "aai-ml",
  "timestamp": 1634619860205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:06:59.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "aai-ml",
  "timestamp": 1634619861210,
  "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-10-19T05:06:59.056Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8891be2-4a38-4665-8f1d-309207297b86
2021-10-19T05:06:59.056Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8891be2-4a38-4665-8f1d-309207297b86 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-10-19T05:06:59.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49729889-cb8e-4bda-be8f-91457642e35f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619884961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T05:06:59.063Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-19T05:06:59.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-19T05:06:59.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-19T05:06:59.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:06:59.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619831990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619895282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619898162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:06:59.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:07:10.021Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8891be2-4a38-4665-8f1d-309207297b86
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-10-19T05:07:10.032Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8891be2-4a38-4665-8f1d-309207297b86
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-10-19T05:07:10.035Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:07:10.035Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-19T05:07:10.035Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-19T05:07:10.035Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-19T05:07:10.035Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:07:10.035Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:07:10.035Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:07:10.035Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:07:10.035Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:07:10.035Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:07:10.035Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||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-10-19T05:07:10.041Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-19T05:07:40.041Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8891be2-4a38-4665-8f1d-309207297b86 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-10-19T05:07:40.046Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8891be2-4a38-4665-8f1d-309207297b86 and serviceModelVersionId: 76eba5f9-6d0c-4657-9a07-e59e502b7dc9
2021-10-19T05:07:40.046Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1cb2983-8f05-44ff-93f1-ad24648a3645
2021-10-19T05:07:40.047Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1cb2983-8f05-44ff-93f1-ad24648a3645/model-vers/model-ver/76eba5f9-6d0c-4657-9a07-e59e502b7dc9?depth=0
2021-10-19T05:07:40.053Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-19T05:07:40.087Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1cb2983-8f05-44ff-93f1-ad24648a3645/model-vers/model-ver/76eba5f9-6d0c-4657-9a07-e59e502b7dc9?depth=0|INFO|500||Invoke
2021-10-19T05:07:40.088Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1cb2983-8f05-44ff-93f1-ad24648a3645/model-vers/model-ver/76eba5f9-6d0c-4657-9a07-e59e502b7dc9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1cb2983-8f05-44ff-93f1-ad24648a3645/model-vers/model-ver/76eba5f9-6d0c-4657-9a07-e59e502b7dc9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8891be2-4a38-4665-8f1d-309207297b86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75b84fa1-9866-405c-8694-27415198e237], X-ECOMP-RequestID=[c8891be2-4a38-4665-8f1d-309207297b86], X-TransactionId=[], X-ONAP-RequestID=[c8891be2-4a38-4665-8f1d-309207297b86], Content-Type=[application/merge-patch+json]}
2021-10-19T05:07:40.113Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1cb2983-8f05-44ff-93f1-ad24648a3645/model-vers/model-ver/76eba5f9-6d0c-4657-9a07-e59e502b7dc9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-19T05:07:40.426Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1cb2983-8f05-44ff-93f1-ad24648a3645/model-vers/model-ver/76eba5f9-6d0c-4657-9a07-e59e502b7dc9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1cb2983-8f05-44ff-93f1-ad24648a3645/model-vers/model-ver/76eba5f9-6d0c-4657-9a07-e59e502b7dc9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211019-05:07:40:119-90439], vertex-id=[659688], Content-Length=[0], Date=[Tue, 19 Oct 2021 05:07:40 GMT], Content-Type=[application/json]}
2021-10-19T05:07:40.427Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1cb2983-8f05-44ff-93f1-ad24648a3645/model-vers/model-ver/76eba5f9-6d0c-4657-9a07-e59e502b7dc9?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-19T05:07:40.427Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1cb2983-8f05-44ff-93f1-ad24648a3645/model-vers/model-ver/76eba5f9-6d0c-4657-9a07-e59e502b7dc9?depth=0|INFO|500||InvokeReturn
2021-10-19T05:07:40.427Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-19T05:07:40.427Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:07:40.430Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||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-10-19T05:07:40.431Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8891be2-4a38-4665-8f1d-309207297b86 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-19T05:07:40.431Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-19T05:07:40.431Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:07:40.433Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:07:40.433Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620060431,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T05:07:40.533Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:07:40.534Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:07:40.534Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:07:40.551Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:07:40.552Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 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-10-19T05:07:41.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:07:41.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:07:41.445Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:07:45.748Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:07:45.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-19T05:07:45.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170","serviceName":"Demo_pNF_nYjuiYnoiD1gQQYIEVCb","serviceVersion":"1.0","serviceUUID":"7237b400-df4d-44bd-ab18-94d58861de65","serviceDescription":"catalog service description","serviceInvariantUUID":"92c1d4b3-6fb0-43fb-94b5-87f055595937","resources":[{"resourceInstanceName":"pNF a7a4c73b-3b45 0","resourceName":"pNF a7a4c73b-3b45","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f83a8ba-e51a-46a2-860e-35a1c38085ae","resourceInvariantUUID":"2eea4267-903d-4a9a-9173-44285da21682","resourceCustomizationUUID":"32fb00c2-202c-498f-855c-ff7915cdfec6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vf-license-model.xml","artifactChecksum":"Zjg5ZmI4NGRlYjUwMDVlNDhkNDU0YWUzZWUxMWUzZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8bb7aaaf-0629-466a-9ab7-dabde82a6830","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/pNF.csar","artifactChecksum":"NzgyMTI2NGZmZDk5YjY3NmM5NzM3ZTg1YzRjMGYyNDk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"22449fc4-cafb-4282-adce-447137395f74","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e01be14-c912-4b5e-80ce-2453e1f44026","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vendor-license-model.xml","artifactChecksum":"N2ExOTZhMDRmY2FmMGQ2NDY4Y2RiNzM1MWQ2NGRkY2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"50e3a997-fd2a-42e8-8377-0608674294a7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6b8ea80e-da63-4011-960f-9bc011613e6b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad891477-5b6c-4da0-b706-4a40c964fd5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNyjuiynoid1gqqyievcb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-template.yml","artifactChecksum":"NjJlZDg1ZWM0MjJiOTI4ODk3MDU3NDE0NmMwOGRiODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c6aa766-8a26-49c7-b83a-ec6add9dad75","artifactVersion":"1"},{"artifactName":"service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar","artifactChecksum":"YTA0ODNmMDNkMWU2MTFmNzNmMTI3NTJjZDkwNmI3NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d203875b-2646-4104-93e9-65fd92917cc4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-19T05:07:45.751Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:07:45.751Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:07:45.753Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:07:45.753Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:45.853Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:07:45.854Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:07:45.854Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:07:45.866Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:07:45.866Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:07:46.754Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:07:46.754Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:07:46.756Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:07:46.756Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:46.857Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-19T05:07:46.858Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:07:46.858Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:07:46.869Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:07:46.869Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:07:47.757Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:07:47.758Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:07:47.760Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:07:47.760Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:47.860Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:07:47.861Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:07:47.861Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:07:47.874Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:07:47.874Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:07:48.760Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:07:48.761Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:07:48.764Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:07:48.764Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:48.864Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:07:48.865Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:07:48.865Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:07:48.876Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:07:48.877Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:07:49.764Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:07:49.764Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:07:49.767Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:07:49.767Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:49.867Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:07:49.868Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:07:49.868Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:07:49.879Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:07:49.879Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:07:50.767Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:07:50.768Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:07:50.770Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:07:50.771Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:50.871Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:07:50.871Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:07:50.872Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:07:50.883Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:07:50.883Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:07:51.771Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:07:51.772Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:07:51.774Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:07:51.775Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:51.875Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:07:51.876Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:07:51.876Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:07:51.886Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:07:51.886Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:07:52.775Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:07:52.776Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:07:52.778Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:07:52.778Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:07:52.878Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:07:52.879Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:07:52.879Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:07:52.888Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:07:52.889Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:07:53.779Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "serviceName": "Demo_pNF_nYjuiYnoiD1gQQYIEVCb",
  "serviceVersion": "1.0",
  "serviceUUID": "7237b400-df4d-44bd-ab18-94d58861de65",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "92c1d4b3-6fb0-43fb-94b5-87f055595937",
  "resources": [
    {
      "resourceInstanceName": "pNF a7a4c73b-3b45 0",
      "resourceCustomizationUUID": "32fb00c2-202c-498f-855c-ff7915cdfec6",
      "resourceName": "pNF a7a4c73b-3b45",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f83a8ba-e51a-46a2-860e-35a1c38085ae",
      "resourceInvariantUUID": "2eea4267-903d-4a9a-9173-44285da21682",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
      "artifactChecksum": "YTA0ODNmMDNkMWU2MTFmNzNmMTI3NTJjZDkwNmI3NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d203875b-2646-4104-93e9-65fd92917cc4"
    }
  ],
  "workloadContext": "Production"
}
2021-10-19T05:07:53.779Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-19T05:07:53.779Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7237b400-df4d-44bd-ab18-94d58861de65 ASDC
2021-10-19T05:07:53.779Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
ServiceName:Demo_pNF_nYjuiYnoiD1gQQYIEVCb
ServiceVersion:1.0
ServiceUUID:7237b400-df4d-44bd-ab18-94d58861de65
ServiceInvariantUUID:92c1d4b3-6fb0-43fb-94b5-87f055595937
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
ArtifactUUID:d203875b-2646-4104-93e9-65fd92917cc4
ArtifactChecksum:YTA0ODNmMDNkMWU2MTFmNzNmMTI3NTJjZDkwNmI3NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a7a4c73b-3b45 0
ResourceCustomizationUUID:32fb00c2-202c-498f-855c-ff7915cdfec6
ResourceInvariantUUID:2eea4267-903d-4a9a-9173-44285da21682
ResourceName:pNF a7a4c73b-3b45
ResourceType:PNF
ResourceUUID:6f83a8ba-e51a-46a2-860e-35a1c38085ae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-19T05:07:53.780Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7237b400-df4d-44bd-ab18-94d58861de65 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:07:53.807Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T05:07:53.807Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-19T05:07:53.807Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-19T05:07:53.808Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d203875b-2646-4104-93e9-65fd92917cc4 from URL: /sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:53.808Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-19T05:07:53.808Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:53.882Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-19T05:07:53.887Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar d203875b-2646-4104-93e9-65fd92917cc4 82541
2021-10-19T05:07:53.887Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar ASDC sendASDCNotification
2021-10-19T05:07:53.887Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:53.887Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:07:53.887Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:07:53.888Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:07:53.889Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620073887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:07:53.989Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:07:53.989Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:07:53.989Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:07:54.003Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:07:54.004Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:07:54.889Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T05:07:54.890Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-19T05:07:54.891Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d203875b-2646-4104-93e9-65fd92917cc4, URL: /sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar to file: /app/ASDC/1/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:54.891Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:54.891Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:54.891Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:55.017Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6931077273049089519/Definitions/service-DemoPnfNyjuiynoid1gqqyievcb-template.yml
2021-10-19T05:07:55.593Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-19T05:07:55.593Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-19T05:07:55.593Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:55.593Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-19T05:07:55.593Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||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-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:55.593Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:55.593Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||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-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:55.593Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||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-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:55.593Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||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-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:55.593Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a7a4c73b-3b45 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-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:55.594Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||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-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:55.594Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-19T05:07:55.594Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:07:55.594Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nYjuiYnoiD1gQQYIEVCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:07:55.594Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Node template pNF a7a4c73b-3b45 0 is matching search criteria
2021-10-19T05:07:55.594Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-19T05:07:55.594Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF a7a4c73b-3b45 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T05:07:55.594Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:07:55.594Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nYjuiYnoiD1gQQYIEVCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:07:55.594Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Node template pNF a7a4c73b-3b45 0 is matching search criteria
2021-10-19T05:07:55.595Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-19T05:07:55.595Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF a7a4c73b-3b45 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T05:07:55.595Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:07:55.595Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nYjuiYnoiD1gQQYIEVCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:07:55.595Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:07:55.595Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nYjuiYnoiD1gQQYIEVCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:07:55.595Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:07:55.595Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nYjuiYnoiD1gQQYIEVCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:07:55.595Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:07:55.595Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nYjuiYnoiD1gQQYIEVCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:07:55.595Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:07:55.595Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nYjuiYnoiD1gQQYIEVCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:07:55.596Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nYjuiYnoiD1gQQYIEVCb
Description:catalog service description
Model UUID:7237b400-df4d-44bd-ab18-94d58861de65
Model Version:NULL
Model InvariantUuid:92c1d4b3-6fb0-43fb-94b5-87f055595937
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-19T05:07:55.603Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6f83a8ba-e51a-46a2-860e-35a1c38085ae
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:07:55.606Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||pNF a7a4c73b-3b45 0
2021-10-19T05:07:55.606Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6f83a8ba-e51a-46a2-860e-35a1c38085ae
2021-10-19T05:07:55.606Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 7237b400-df4d-44bd-ab18-94d58861de65
2021-10-19T05:07:55.606Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7237b400-df4d-44bd-ab18-94d58861de65
2021-10-19T05:07:55.607Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a7a4c73b-3b45 0 6f83a8ba-e51a-46a2-860e-35a1c38085ae ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:07:55.613Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2244981a, org.onap.sdc.toscaparser.api.parameters.Input@15197ebc, org.onap.sdc.toscaparser.api.parameters.Input@7463a797, org.onap.sdc.toscaparser.api.parameters.Input@1e29d3d3, org.onap.sdc.toscaparser.api.parameters.Input@182b0c44]
2021-10-19T05:07:55.613Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:07:55.614Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nYjuiYnoiD1gQQYIEVCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:07:55.614Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7237b400-df4d-44bd-ab18-94d58861de65: pNF a7a4c73b-3b45
2021-10-19T05:07:55.614Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||Processing PNF resource: 6f83a8ba-e51a-46a2-860e-35a1c38085ae
2021-10-19T05:07:55.614Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:07:55.615Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nYjuiYnoiD1gQQYIEVCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:07:55.615Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||Resource customization UUID: 32fb00c2-202c-498f-855c-ff7915cdfec6 is the same as notified resource customizationUUID: 32fb00c2-202c-498f-855c-ff7915cdfec6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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-10-19T05:07:55.669Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a7a4c73b-3b45 6f83a8ba-e51a-46a2-860e-35a1c38085ae 0 ASDC deployResourceStructure
2021-10-19T05:07:55.670Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar ASDC sendASDCNotification
2021-10-19T05:07:55.670Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar
2021-10-19T05:07:55.670Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:07:55.671Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:07:55.673Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:07:55.673Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620075670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:07:55.773Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:07:55.774Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:07:55.774Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:07:55.786Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:07:55.786Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:07:56.674Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
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-10-19T05:07:56.682Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
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-10-19T05:07:56.685Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:07:56.685Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:07:56.685Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:07:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:07:58.970Z||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-10-19T05:07:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:07:58.990Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:07:58.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619899414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:07:58.991Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:07:58.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619900602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:07:58.992Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:07:58.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619901711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:07:58.992Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:07:58.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619902870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:07:58.992Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:07:58.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619903943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-19T05:07:58.992Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:07:58.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619904947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619905951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619906954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619907959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634619908961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "clamp",
  "timestamp": 1634619950776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:58.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:07:58.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619948002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:58.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:07:58.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "clamp",
  "timestamp": 1634619950776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:58.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:07:58.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619948002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:58.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:07:58.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "clamp",
  "timestamp": 1634619950776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:58.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:07:58.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619948002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:58.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:07:58.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "cds",
  "timestamp": 1634619956673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:58.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:07:58.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "clamp",
  "timestamp": 1634619950776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:58.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:07:58.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619948002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:58.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:07:58.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:07:58.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "cds",
  "timestamp": 1634619956673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:07:58.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:26.685Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
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-10-19T05:08:26.696Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
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-10-19T05:08:26.697Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:08:26.697Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:08:26.698Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:08:56.698Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
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-10-19T05:08:56.710Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
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-10-19T05:08:56.712Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:08:56.712Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:08:56.713Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:08:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:08:58.970Z||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-10-19T05:08:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:08:58.995Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:08:58.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:58.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "clamp",
  "timestamp": 1634619950776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:58.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:58.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:58.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619948002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:58.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:58.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:58.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "cds",
  "timestamp": 1634619956673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:58.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:58.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:58.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "clamp",
  "timestamp": 1634619950776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:58.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:58.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:58.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619948002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:08:58.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:58.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:58.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "cds",
  "timestamp": 1634619956673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:58.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:58.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:58.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "aai-ml",
  "timestamp": 1634619960102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:58.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:58.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:58.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "clamp",
  "timestamp": 1634619950776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:58.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619960643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619948002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "cds",
  "timestamp": 1634619956673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "aai-ml",
  "timestamp": 1634619960102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "clamp",
  "timestamp": 1634619950776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:08:59.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619960643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619948002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "cds",
  "timestamp": 1634619956673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "dcae-sch",
  "timestamp": 1634619961712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "aai-ml",
  "timestamp": 1634619960102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619960643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "cds",
  "timestamp": 1634619956673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "dcae-sch",
  "timestamp": 1634619961712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619963380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:08:59.003Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:08:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "policy-id",
  "timestamp": 1634619962790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "aai-ml",
  "timestamp": 1634619960102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619960643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "cds",
  "timestamp": 1634619956673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:08:59.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "dcae-sch",
  "timestamp": 1634619961712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619964402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-19T05:08:59.005Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:08:59.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "policy-id",
  "timestamp": 1634619962790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "aai-ml",
  "timestamp": 1634619960102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619960643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "dcae-sch",
  "timestamp": 1634619961712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "cds",
  "timestamp": 1634619965403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:08:59.006Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:08:59.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634619965404,
  "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-10-19T05:08:59.013Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
2021-10-19T05:08:59.013Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170 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-10-19T05:08:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "policy-id",
  "timestamp": 1634619962790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619964895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "aai-ml",
  "timestamp": 1634619960102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619960643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "dcae-sch",
  "timestamp": 1634619961712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "cds",
  "timestamp": 1634619966409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-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-10-19T05:08:59.030Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
2021-10-19T05:08:59.030Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170 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-10-19T05:08:59.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "policy-id",
  "timestamp": 1634619962790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619964895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "aai-ml",
  "timestamp": 1634619960102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619960643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "dcae-sch",
  "timestamp": 1634619961712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "policy-id",
  "timestamp": 1634619962790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619964895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "aai-ml",
  "timestamp": 1634619960102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "clamp",
  "timestamp": 1634619968232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634619960643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "dcae-sch",
  "timestamp": 1634619961712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "policy-id",
  "timestamp": 1634619962790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619964895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "dcae-sch",
  "timestamp": 1634619961712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "aai-ml",
  "timestamp": 1634619969371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "policy-id",
  "timestamp": 1634619962790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619964895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "policy-id",
  "timestamp": 1634619962790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619964895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "clamp",
  "timestamp": 1634619971234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619964895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "policy-id",
  "timestamp": 1634619971670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "clamp",
  "timestamp": 1634619972237,
  "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-10-19T05:08:59.047Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
2021-10-19T05:08:59.047Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170 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-10-19T05:08:59.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619964895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:08:59.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:08:59.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "policy-id",
  "timestamp": 1634619972673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:08:59.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:08:59.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "policy-id",
  "timestamp": 1634619973676,
  "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-10-19T05:08:59.059Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
2021-10-19T05:08:59.059Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170 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-10-19T05:08:59.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619973963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:08:59.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:08:59.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "aai-ml",
  "timestamp": 1634619974557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:08:59.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:08:59.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "aai-ml",
  "timestamp": 1634619975562,
  "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-10-19T05:08:59.074Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
2021-10-19T05:08:59.074Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170 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-10-19T05:08:59.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619975742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:08:59.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:08:59.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:08:59.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634619976746,
  "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-10-19T05:08:59.089Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
2021-10-19T05:08:59.089Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170 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-10-19T05:09:26.713Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
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-10-19T05:09:26.722Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170
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-10-19T05:09:26.724Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:09:26.724Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-19T05:09:26.724Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-19T05:09:26.724Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-19T05:09:26.724Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:09:26.724Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:09:26.724Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:09:26.724Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:09:26.724Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:09:26.724Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:09:26.724Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:09:26.724Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||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-10-19T05:09:26.728Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-19T05:09:56.729Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170 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-10-19T05:09:56.734Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170 and serviceModelVersionId: 7237b400-df4d-44bd-ab18-94d58861de65
2021-10-19T05:09:56.734Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92c1d4b3-6fb0-43fb-94b5-87f055595937
2021-10-19T05:09:56.735Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92c1d4b3-6fb0-43fb-94b5-87f055595937/model-vers/model-ver/7237b400-df4d-44bd-ab18-94d58861de65?depth=0
2021-10-19T05:09:56.741Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-10-19T05:09:56.772Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92c1d4b3-6fb0-43fb-94b5-87f055595937/model-vers/model-ver/7237b400-df4d-44bd-ab18-94d58861de65?depth=0|INFO|500||Invoke
2021-10-19T05:09:56.772Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92c1d4b3-6fb0-43fb-94b5-87f055595937/model-vers/model-ver/7237b400-df4d-44bd-ab18-94d58861de65?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92c1d4b3-6fb0-43fb-94b5-87f055595937/model-vers/model-ver/7237b400-df4d-44bd-ab18-94d58861de65?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d9a3580d-63fd-42ed-936b-dba6b8b92605], X-ECOMP-RequestID=[1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170], X-TransactionId=[], X-ONAP-RequestID=[1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170], Content-Type=[application/merge-patch+json]}
2021-10-19T05:09:56.789Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92c1d4b3-6fb0-43fb-94b5-87f055595937/model-vers/model-ver/7237b400-df4d-44bd-ab18-94d58861de65?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-19T05:09:57.153Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92c1d4b3-6fb0-43fb-94b5-87f055595937/model-vers/model-ver/7237b400-df4d-44bd-ab18-94d58861de65?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92c1d4b3-6fb0-43fb-94b5-87f055595937/model-vers/model-ver/7237b400-df4d-44bd-ab18-94d58861de65?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211019-05:09:56:796-76956], vertex-id=[254168], Content-Length=[0], Date=[Tue, 19 Oct 2021 05:09:56 GMT], Content-Type=[application/json]}
2021-10-19T05:09:57.154Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92c1d4b3-6fb0-43fb-94b5-87f055595937/model-vers/model-ver/7237b400-df4d-44bd-ab18-94d58861de65?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-19T05:09:57.154Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92c1d4b3-6fb0-43fb-94b5-87f055595937/model-vers/model-ver/7237b400-df4d-44bd-ab18-94d58861de65?depth=0|INFO|500||InvokeReturn
2021-10-19T05:09:57.154Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-19T05:09:57.155Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:09:57.159Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||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-10-19T05:09:57.160Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-19T05:09:57.160Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-19T05:09:57.160Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:09:57.162Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:09:57.162Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620197160,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T05:09:57.262Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:09:57.263Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:09:57.263Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:09:57.278Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:09:57.278Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-19T05:09:58.177Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:09:58.178Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:09:58.178Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:09:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:09:58.970Z||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-10-19T05:09:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:09:58.992Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:09:58.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:09:58.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8891be2-4a38-4665-8f1d-309207297b86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620060431,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T05:09:58.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:09:58.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:09:58.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:09:58.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:09:58.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:09:58.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:09:58.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:09:58.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:09:58.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:09:58.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:09:58.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:09:58.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:09:58.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:09:58.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:09:58.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:09:58.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:09:58.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:09:58.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/resourceInstances/pnfa7a4c73b3b450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:09:58.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:09:58.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:09:58.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:09:58.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:09:58.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:09:58.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620061445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:09:58.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:09:58.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:09:58.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620073887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:09:58.996Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:09:58.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:09:58.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620075670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyjuiynoid1gqqyievcb/1.0/artifacts/service-DemoPnfNyjuiynoid1gqqyievcb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:09:58.996Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:10:02.474Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:10:02.475Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-19T05:10:02.476Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"33130dd0-d9ee-40f1-9408-7fbc175e2245","serviceName":"Demo_pNF_TjGVPDfSzjLCbZ0fPSsP","serviceVersion":"1.0","serviceUUID":"da1f3bd6-59d3-4c62-aeb6-37c7892c045e","serviceDescription":"catalog service description","serviceInvariantUUID":"37b07f24-1580-43e9-8ea3-78d7ef98804b","resources":[{"resourceInstanceName":"pNF 850c9cf1-6c15 0","resourceName":"pNF 850c9cf1-6c15","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0940519f-7450-4a6a-a474-ba04e5a70b9d","resourceInvariantUUID":"efc1edcf-5223-48b0-8932-b32df1498dac","resourceCustomizationUUID":"a2d1ed20-342d-4db0-bed6-32b5cf524ffc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vf-license-model.xml","artifactChecksum":"NjkxYzMzMjc2YTIxODJkMGQxYjlkZWJmOTlhOTJmZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7b95d6f-36e9-4c7e-a1fd-783186eb72af","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/pNF.csar","artifactChecksum":"NzgyMTI2NGZmZDk5YjY3NmM5NzM3ZTg1YzRjMGYyNDk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"38bfbc43-67b0-4489-b3bd-27ab554022cf","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c44a5949-d0d2-4926-be3f-1d51de741a96","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vendor-license-model.xml","artifactChecksum":"OTU3ODI1MzdiOTY2NTg5ZjYwODQ2NWZlYTdhNTJmYzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e75f6a0e-a65d-442d-b58f-f463ce17f9da","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3bae1816-02ef-44bb-86eb-f1ee963030d5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2cdc8c08-9a74-4466-a296-9a1f1087953c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTjgvpdfszjlcbz0fpssp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-template.yml","artifactChecksum":"Y2VhNjI0YTU3NzQxYzg2MTg3MzZhOTI3YjQ0YzZhMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbfcb19f-e97f-44b3-9b59-b0127b05c124","artifactVersion":"1"},{"artifactName":"service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar","artifactChecksum":"NGI5NDI1M2ExMjhkZTVmMDg4YjBlYmQwNTg4ZGQ3ZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91a8acd5-a8c6-4a96-8426-97553dbad7bb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-19T05:10:02.478Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:10:02.479Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:10:02.480Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:10:02.480Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:02.581Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:10:02.582Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:10:02.582Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:10:02.593Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:10:02.593Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:10:03.481Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:10:03.482Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:10:03.484Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:10:03.484Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:03.584Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:10:03.585Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:10:03.585Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:10:03.597Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:10:03.597Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:10:04.484Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:10:04.485Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:10:04.487Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:10:04.487Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:04.587Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:10:04.588Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:10:04.588Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:10:04.600Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:10:04.600Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:10:05.488Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:10:05.489Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:10:05.490Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:10:05.490Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:05.591Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:10:05.592Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:10:05.592Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:10:05.605Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:10:05.605Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:10:06.491Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:10:06.492Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:10:06.494Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:10:06.494Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:06.594Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:10:06.595Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:10:06.595Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:10:06.608Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:10:06.608Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:10:07.494Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:10:07.496Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:10:07.498Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:10:07.498Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:07.598Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:10:07.599Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:10:07.599Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:10:07.612Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:10:07.612Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:10:08.499Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:10:08.499Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:10:08.502Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:10:08.502Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:08.602Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:10:08.603Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:10:08.603Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:10:08.615Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:10:08.616Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:10:09.503Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-19T05:10:09.504Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:10:09.506Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:10:09.506Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:10:09.607Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:10:09.607Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:10:09.607Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:10:09.618Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:10:09.618Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:10:10.508Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "serviceName": "Demo_pNF_TjGVPDfSzjLCbZ0fPSsP",
  "serviceVersion": "1.0",
  "serviceUUID": "da1f3bd6-59d3-4c62-aeb6-37c7892c045e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "37b07f24-1580-43e9-8ea3-78d7ef98804b",
  "resources": [
    {
      "resourceInstanceName": "pNF 850c9cf1-6c15 0",
      "resourceCustomizationUUID": "a2d1ed20-342d-4db0-bed6-32b5cf524ffc",
      "resourceName": "pNF 850c9cf1-6c15",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0940519f-7450-4a6a-a474-ba04e5a70b9d",
      "resourceInvariantUUID": "efc1edcf-5223-48b0-8932-b32df1498dac",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
      "artifactChecksum": "NGI5NDI1M2ExMjhkZTVmMDg4YjBlYmQwNTg4ZGQ3ZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "91a8acd5-a8c6-4a96-8426-97553dbad7bb"
    }
  ],
  "workloadContext": "Production"
}
2021-10-19T05:10:10.508Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-19T05:10:10.508Z|1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 da1f3bd6-59d3-4c62-aeb6-37c7892c045e ASDC
2021-10-19T05:10:10.509Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:33130dd0-d9ee-40f1-9408-7fbc175e2245
ServiceName:Demo_pNF_TjGVPDfSzjLCbZ0fPSsP
ServiceVersion:1.0
ServiceUUID:da1f3bd6-59d3-4c62-aeb6-37c7892c045e
ServiceInvariantUUID:37b07f24-1580-43e9-8ea3-78d7ef98804b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
ArtifactUUID:91a8acd5-a8c6-4a96-8426-97553dbad7bb
ArtifactChecksum:NGI5NDI1M2ExMjhkZTVmMDg4YjBlYmQwNTg4ZGQ3ZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 850c9cf1-6c15 0
ResourceCustomizationUUID:a2d1ed20-342d-4db0-bed6-32b5cf524ffc
ResourceInvariantUUID:efc1edcf-5223-48b0-8932-b32df1498dac
ResourceName:pNF 850c9cf1-6c15
ResourceType:PNF
ResourceUUID:0940519f-7450-4a6a-a474-ba04e5a70b9d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-19T05:10:10.509Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da1f3bd6-59d3-4c62-aeb6-37c7892c045e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-19T05:10:10.532Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T05:10:10.533Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-19T05:10:10.533Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-19T05:10:10.533Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 91a8acd5-a8c6-4a96-8426-97553dbad7bb from URL: /sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:10.533Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-19T05:10:10.534Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:10.659Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-19T05:10:10.666Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar 91a8acd5-a8c6-4a96-8426-97553dbad7bb 82538
2021-10-19T05:10:10.666Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar ASDC sendASDCNotification
2021-10-19T05:10:10.667Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:10.670Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-19T05:10:10.671Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:10:10.673Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:10:10.673Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620210666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:10:10.773Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:10:10.774Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:10:10.777Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:10:10.788Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:10:10.788Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-19T05:10:11.674Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-19T05:10:11.675Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-19T05:10:11.676Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 91a8acd5-a8c6-4a96-8426-97553dbad7bb, URL: /sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar to file: /app/ASDC/1/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:11.676Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:11.676Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:11.677Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:11.778Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2584391551798050605/Definitions/service-DemoPnfTjgvpdfszjlcbz0fpssp-template.yml
2021-10-19T05:10:12.432Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-19T05:10:12.433Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-19T05:10:12.433Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:12.433Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-19T05:10:12.433Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 850c9cf1-6c15 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-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:12.433Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||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-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:12.433Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:12.433Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||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-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:12.433Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||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-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:12.433Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||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-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:12.433Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||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-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:12.433Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-19T05:10:12.433Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:10:12.433Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TjGVPDfSzjLCbZ0fPSsP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:10:12.434Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Node template pNF 850c9cf1-6c15 0 is matching search criteria
2021-10-19T05:10:12.434Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-19T05:10:12.434Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 850c9cf1-6c15 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T05:10:12.434Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:10:12.434Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TjGVPDfSzjLCbZ0fPSsP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:10:12.434Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Node template pNF 850c9cf1-6c15 0 is matching search criteria
2021-10-19T05:10:12.434Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-19T05:10:12.434Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 850c9cf1-6c15 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-19T05:10:12.434Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:10:12.434Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TjGVPDfSzjLCbZ0fPSsP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:10:12.434Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:10:12.434Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TjGVPDfSzjLCbZ0fPSsP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:10:12.434Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:10:12.435Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TjGVPDfSzjLCbZ0fPSsP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:10:12.435Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:10:12.435Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TjGVPDfSzjLCbZ0fPSsP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:10:12.435Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:10:12.435Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TjGVPDfSzjLCbZ0fPSsP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:10:12.435Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TjGVPDfSzjLCbZ0fPSsP
Description:catalog service description
Model UUID:da1f3bd6-59d3-4c62-aeb6-37c7892c045e
Model Version:NULL
Model InvariantUuid:37b07f24-1580-43e9-8ea3-78d7ef98804b
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-19T05:10:12.441Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0940519f-7450-4a6a-a474-ba04e5a70b9d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:10:12.443Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||pNF 850c9cf1-6c15 0
2021-10-19T05:10:12.443Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0940519f-7450-4a6a-a474-ba04e5a70b9d
2021-10-19T05:10:12.443Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||No resources found for Service: da1f3bd6-59d3-4c62-aeb6-37c7892c045e
2021-10-19T05:10:12.443Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: da1f3bd6-59d3-4c62-aeb6-37c7892c045e
2021-10-19T05:10:12.443Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 850c9cf1-6c15 0 0940519f-7450-4a6a-a474-ba04e5a70b9d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:10:12.447Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a962a09, org.onap.sdc.toscaparser.api.parameters.Input@5482a520, org.onap.sdc.toscaparser.api.parameters.Input@2793a602, org.onap.sdc.toscaparser.api.parameters.Input@396a57cf, org.onap.sdc.toscaparser.api.parameters.Input@1287f489]
2021-10-19T05:10:12.447Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:10:12.447Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TjGVPDfSzjLCbZ0fPSsP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:10:12.447Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid da1f3bd6-59d3-4c62-aeb6-37c7892c045e: pNF 850c9cf1-6c15
2021-10-19T05:10:12.447Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||Processing PNF resource: 0940519f-7450-4a6a-a474-ba04e5a70b9d
2021-10-19T05:10:12.447Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-19T05:10:12.448Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TjGVPDfSzjLCbZ0fPSsP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-19T05:10:12.448Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||Resource customization UUID: a2d1ed20-342d-4db0-bed6-32b5cf524ffc is the same as notified resource customizationUUID: a2d1ed20-342d-4db0-bed6-32b5cf524ffc
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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-10-19T05:10:12.496Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 850c9cf1-6c15 0940519f-7450-4a6a-a474-ba04e5a70b9d 0 ASDC deployResourceStructure
2021-10-19T05:10:12.497Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar ASDC sendASDCNotification
2021-10-19T05:10:12.497Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar
2021-10-19T05:10:12.497Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-19T05:10:12.497Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:10:12.499Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:10:12.499Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620212497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:10:12.599Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-19T05:10:12.599Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:10:12.600Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:10:12.611Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:10:12.611Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-19T05:10:13.499Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33130dd0-d9ee-40f1-9408-7fbc175e2245
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-10-19T05:10:13.509Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33130dd0-d9ee-40f1-9408-7fbc175e2245
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-10-19T05:10:13.511Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:10:13.511Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:10:13.511Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:10:43.511Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33130dd0-d9ee-40f1-9408-7fbc175e2245
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-10-19T05:10:43.521Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33130dd0-d9ee-40f1-9408-7fbc175e2245
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-10-19T05:10:43.523Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:10:43.523Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-19T05:10:43.523Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-19T05:10:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:10:58.970Z||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-10-19T05:10:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:10:58.999Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:10:59.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634620080643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634620084895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "aai-ml",
  "timestamp": 1634620080102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "policy-id",
  "timestamp": 1634620082790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "dcae-sch",
  "timestamp": 1634620081711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634620084895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "aai-ml",
  "timestamp": 1634620080102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634620080643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "policy-id",
  "timestamp": 1634620082790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "dcae-sch",
  "timestamp": 1634620081711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634620088002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634620084895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "aai-ml",
  "timestamp": 1634620080102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634620080643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "policy-id",
  "timestamp": 1634620082790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "dcae-sch",
  "timestamp": 1634620081711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634620088002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "aai-ml",
  "timestamp": 1634620080102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634620084895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634620080643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "policy-id",
  "timestamp": 1634620082790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "dcae-sch",
  "timestamp": 1634620081711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634620088002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634620080643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "aai-ml",
  "timestamp": 1634620080102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634620084895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "dcae-sch",
  "timestamp": 1634620081711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "policy-id",
  "timestamp": 1634620082790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634620088002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "aai-ml",
  "timestamp": 1634620080102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634620084895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634620080643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "dcae-sch",
  "timestamp": 1634620081711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "policy-id",
  "timestamp": 1634620082790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "cds",
  "timestamp": 1634620091673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634620088002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "aai-ml",
  "timestamp": 1634620080102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634620084895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634620080643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "policy-id",
  "timestamp": 1634620082790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "dcae-sch",
  "timestamp": 1634620081711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "cds",
  "timestamp": 1634620091673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634620088002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-19T05:10:59.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "aai-ml",
  "timestamp": 1634620080102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:10:59.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634620080643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:10:59.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634620084895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:10:59.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "policy-id",
  "timestamp": 1634620082790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:10:59.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "dcae-sch",
  "timestamp": 1634620081711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "cds",
  "timestamp": 1634620091673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634620088002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "cds",
  "timestamp": 1634620091673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634620095466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "aai-ml",
  "timestamp": 1634620095478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "policy-id",
  "timestamp": 1634620095476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634620088002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "cds",
  "timestamp": 1634620091673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "policy-id",
  "timestamp": 1634620096480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634620096791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634620097172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:10:59.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "cds",
  "timestamp": 1634620091673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "policy-id",
  "timestamp": 1634620097483,
  "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-10-19T05:10:59.022Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33130dd0-d9ee-40f1-9408-7fbc175e2245
2021-10-19T05:10:59.022Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33130dd0-d9ee-40f1-9408-7fbc175e2245 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-10-19T05:10:59.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634620097808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-19T05:10:59.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:10:59.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634620098176,
  "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-10-19T05:10:59.035Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33130dd0-d9ee-40f1-9408-7fbc175e2245
2021-10-19T05:10:59.035Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33130dd0-d9ee-40f1-9408-7fbc175e2245 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-10-19T05:10:59.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "cds",
  "timestamp": 1634620091673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634620098810,
  "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-10-19T05:10:59.048Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 33130dd0-d9ee-40f1-9408-7fbc175e2245
2021-10-19T05:10:59.048Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33130dd0-d9ee-40f1-9408-7fbc175e2245 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-10-19T05:10:59.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "cds",
  "timestamp": 1634620091673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:10:59.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "aai-ml",
  "timestamp": 1634620100398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:10:59.062Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:10:59.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "cds",
  "timestamp": 1634620100505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:10:59.062Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:10:59.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "aai-ml",
  "timestamp": 1634620101402,
  "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-10-19T05:10:59.067Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33130dd0-d9ee-40f1-9408-7fbc175e2245
2021-10-19T05:10:59.067Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33130dd0-d9ee-40f1-9408-7fbc175e2245 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-10-19T05:10:59.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "clamp",
  "timestamp": 1634620100776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "cds",
  "timestamp": 1634620101510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-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-10-19T05:10:59.081Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33130dd0-d9ee-40f1-9408-7fbc175e2245
2021-10-19T05:10:59.082Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33130dd0-d9ee-40f1-9408-7fbc175e2245 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-10-19T05:10:59.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "clamp",
  "timestamp": 1634620100776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "clamp",
  "timestamp": 1634620100776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "clamp",
  "timestamp": 1634620100776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "clamp",
  "timestamp": 1634620100776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "clamp",
  "timestamp": 1634620100776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "clamp",
  "timestamp": 1634620100776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:10:59.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "clamp",
  "timestamp": 1634620100776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:10:59.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:10:59.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "clamp",
  "timestamp": 1634620116257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:10:59.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:10:59.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "clamp",
  "timestamp": 1634620117278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:10:59.095Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:10:59.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:10:59.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "clamp",
  "timestamp": 1634620118282,
  "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-10-19T05:10:59.100Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 33130dd0-d9ee-40f1-9408-7fbc175e2245
2021-10-19T05:10:59.100Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33130dd0-d9ee-40f1-9408-7fbc175e2245 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-10-19T05:11:13.523Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33130dd0-d9ee-40f1-9408-7fbc175e2245
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-10-19T05:11:13.534Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33130dd0-d9ee-40f1-9408-7fbc175e2245
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-10-19T05:11:13.537Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-19T05:11:13.537Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-19T05:11:13.537Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-19T05:11:13.537Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-19T05:11:13.537Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:11:13.537Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:11:13.537Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:11:13.537Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:11:13.537Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:11:13.537Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:11:13.537Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-19T05:11:13.537Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||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-10-19T05:11:13.542Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-19T05:11:43.542Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33130dd0-d9ee-40f1-9408-7fbc175e2245 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-10-19T05:11:43.548Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33130dd0-d9ee-40f1-9408-7fbc175e2245 and serviceModelVersionId: da1f3bd6-59d3-4c62-aeb6-37c7892c045e
2021-10-19T05:11:43.548Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 37b07f24-1580-43e9-8ea3-78d7ef98804b
2021-10-19T05:11:43.549Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/37b07f24-1580-43e9-8ea3-78d7ef98804b/model-vers/model-ver/da1f3bd6-59d3-4c62-aeb6-37c7892c045e?depth=0
2021-10-19T05:11:43.554Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-10-19T05:11:43.579Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37b07f24-1580-43e9-8ea3-78d7ef98804b/model-vers/model-ver/da1f3bd6-59d3-4c62-aeb6-37c7892c045e?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-10-19T05:11:43.580Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37b07f24-1580-43e9-8ea3-78d7ef98804b/model-vers/model-ver/da1f3bd6-59d3-4c62-aeb6-37c7892c045e?depth=0|INFO|500||Invoke
2021-10-19T05:11:43.601Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37b07f24-1580-43e9-8ea3-78d7ef98804b/model-vers/model-ver/da1f3bd6-59d3-4c62-aeb6-37c7892c045e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-19T05:11:43.785Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37b07f24-1580-43e9-8ea3-78d7ef98804b/model-vers/model-ver/da1f3bd6-59d3-4c62-aeb6-37c7892c045e?depth=0|INFO|500||InvokeReturn
2021-10-19T05:11:43.785Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37b07f24-1580-43e9-8ea3-78d7ef98804b/model-vers/model-ver/da1f3bd6-59d3-4c62-aeb6-37c7892c045e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211019-05:11:43:609-80267], vertex-id=[270336], Content-Length=[0], Date=[Tue, 19 Oct 2021 05:11:43 GMT], Content-Type=[application/json]}
2021-10-19T05:11:43.785Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-10-19T05:11:43.785Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-19T05:11:43.785Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-19T05:11:43.790Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||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-10-19T05:11:43.790Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33130dd0-d9ee-40f1-9408-7fbc175e2245 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-19T05:11:43.790Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-19T05:11:43.791Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-19T05:11:43.792Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-19T05:11:43.792Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620303790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T05:11:43.893Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-19T05:11:43.893Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-19T05:11:43.894Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:11:43.909Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:11:43.909Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-19T05:11:44.805Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:11:44.805Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:11:44.805Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:11:54.362Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:11:54.362Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:11:54.363Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:11:54.363Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:11:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:11:58.970Z||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-10-19T05:11:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:11:58.989Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:11:58.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-19T05:11:58.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b60b1e5-4df4-4c11-9d4f-8dd8b8e16170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620197160,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T05:11:58.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:12:03.907Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:12:03.907Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:12:03.908Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:12:03.908Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:12:13.453Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:12:13.453Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:12:13.454Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:12:13.454Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:12:22.998Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:12:22.998Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:12:22.999Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:12:22.999Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:12:32.539Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:12:32.540Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:12:32.540Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:12:32.540Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:12:42.082Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:12:42.082Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:12:42.082Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:12:42.083Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:12:51.626Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:12:51.627Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:12:51.627Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:12:51.627Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:12:58.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:12:58.970Z||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-10-19T05:12:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:12:58.990Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:12:58.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-19T05:12:58.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:12:58.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:12:58.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-19T05:12:58.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:12:58.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:12:58.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-19T05:12:58.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:12:58.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:12:58.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-19T05:12:58.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:12:58.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:12:58.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-19T05:12:58.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:12:58.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:12:58.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-19T05:12:58.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/resourceInstances/pnf850c9cf16c150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:12:58.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:12:58.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-19T05:12:58.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-19T05:12:58.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:12:58.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-19T05:12:58.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620198177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-19T05:12:58.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-19T05:12:58.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-19T05:12:58.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620210666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-19T05:12:58.993Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:12:58.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-19T05:12:58.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620212497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjgvpdfszjlcbz0fpssp/1.0/artifacts/service-DemoPnfTjgvpdfszjlcbz0fpssp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-19T05:12:58.993Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:13:01.177Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:13:01.178Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:13:01.178Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:13:01.178Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:13:10.724Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:13:10.724Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:13:10.725Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:13:10.725Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:13:20.265Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:13:58.967Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:13:58.967Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:13:58.967Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:13:58.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:13:58.970Z||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-10-19T05:13:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:13:59.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:13:59.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-19T05:13:59.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33130dd0-d9ee-40f1-9408-7fbc175e2245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634620303790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-19T05:13:59.491Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-19T05:14:08.513Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:14:58.967Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:14:58.968Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:14:58.968Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:14:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:14:58.970Z||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-10-19T05:14:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:15:08.517Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:15:08.518Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:15:58.967Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:15:58.967Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:15:58.968Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:15:58.970Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:15:58.970Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|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-10-19T05:15:58.970Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:16:08.514Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:16:08.514Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:16:58.967Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:16:58.968Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:16:58.968Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:16:58.970Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:16:58.970Z|c8891be2-4a38-4665-8f1d-309207297b86|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-10-19T05:16:58.970Z|c8891be2-4a38-4665-8f1d-309207297b86|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:17:08.515Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:17:08.515Z|33130dd0-d9ee-40f1-9408-7fbc175e2245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:17:58.967Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:17:58.968Z|c8891be2-4a38-4665-8f1d-309207297b86|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-10-19T05:17:58.968Z|c8891be2-4a38-4665-8f1d-309207297b86|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:17:58.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:17:58.970Z||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-10-19T05:17:58.971Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:18:08.517Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:18:08.520Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:18:58.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:18:58.967Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:18:58.967Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:18:58.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:18:58.970Z||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-10-19T05:18:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:19:08.513Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:19:08.515Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:19:58.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:19:58.967Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:19:58.968Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:19:58.970Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:19:58.970Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|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-10-19T05:19:58.970Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:20:08.514Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:20:08.514Z|daba379c-b9b0-45f1-bc4f-54ea5f008e5f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:20:58.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:20:58.968Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:20:58.968Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:20:58.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:20:58.970Z||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-10-19T05:20:58.970Z||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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:21:08.527Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:21:08.527Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:21:58.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:21:58.967Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-19T05:21:58.968Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:21:58.970Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-19T05:21:58.970Z|c8891be2-4a38-4665-8f1d-309207297b86|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-10-19T05:21:58.970Z|c8891be2-4a38-4665-8f1d-309207297b86|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 dsEKL5HqLEEXcTaJ) ...
2021-10-19T05:22:08.512Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-19T05:22:08.518Z|c8891be2-4a38-4665-8f1d-309207297b86|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK