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)

2022-04-13T03:48:32.264Z||main|||||INFO|500||The following profiles are active: basic
2022-04-13T03:48:43.692Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-13T03:48:43.693Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-13T03:48:43.805Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-13T03:48:47.688Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-13T03:48:48.066Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-13T03:48:48.562Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-13T03:48:48.571Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-13T03:48:48.693Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-13T03:48:48.887Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-13T03:48:49.448Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-13T03:48:51.136Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-13T03:48:53.468Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-13T03:48:53.532Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-13T03:48:54.222Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-13T03:48:54.406Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-13T03:48:55.674Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-13T03:48:56.814Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-13T03:48:56.836Z||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$$51610b81.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-13T03:48:56.837Z||main|||||WARN|500||The sdc end point is not alive
2022-04-13T03:49:00.079Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-13T03:49:02.833Z||main|||||WARN|500||---
2022-04-13T03:49:02.833Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-13T03:49:02.834Z||main|||||WARN|500||---
2022-04-13T03:49:03.282Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-13T03:49:08.698Z||main|||||INFO|500||Started Application in 39.329 seconds (JVM running for 41.325)
2022-04-13T03:49:08.713Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-13T03:49:08.714Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-13T03:49:08.725Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-13T03:49:08.754Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-13T03:49:08.799Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c56f4aed-bcff-4b10-b4e7-32ea8a7163d8 url= /sdc/v1/artifactTypes
2022-04-13T03:49:08.800Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-13T03:49:09.154Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-13T03:49:09.180Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-13T03:49:09.229Z||scheduling-1|||||DEBUG|500||create keys
2022-04-13T03:49:09.237Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-13T03:49:11.099Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:49:11.115Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 50bfec57-222a-491f-b116-8d5b19e6be3d url= /sdc/v1/registerForDistribution
2022-04-13T03:49:16.721Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 50bfec57-222a-491f-b116-8d5b19e6be3d url= /sdc/v1/registerForDistribution
2022-04-13T03:49:16.721Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-13T03:49:16.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:49:16.736Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:49:16.745Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-13T03:49:16.746Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:49:16.746Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:49:16.747Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:49:16.747Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:49:30.166Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:49:30.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:50:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:50:16.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:50:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:50:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:50:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:50:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:50:27.119Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:50:27.241Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:51:16.729Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:51:16.730Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:51:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:51:16.735Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:51:16.736Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:51:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:51:26.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:51:26.523Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:52:16.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:52:16.732Z||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.
2022-04-13T03:52:16.733Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:52:16.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:52:16.737Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:52:16.738Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:52:26.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:52:26.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:53:16.729Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:53:16.731Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:53:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:53:16.735Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:53:16.736Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:53:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:53:26.471Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:53:26.519Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:54:16.729Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:54:16.730Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:54:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:54:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:54:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:54:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:54:26.659Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:54:26.731Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:55:16.729Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:55:16.730Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:55:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:55:16.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:55:16.736Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:55:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:55:26.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:55:26.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:56:16.729Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:56:16.730Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:56:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:56:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:56:16.737Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:56:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:56:26.569Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:56:26.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:57:16.729Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:57:16.730Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:57:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:57:16.735Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:57:16.736Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:57:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:57:26.534Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:57:26.542Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:58:16.730Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:58:16.733Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:58:16.734Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:58:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:58:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:58:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:58:26.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:58:26.366Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:58:48.826Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-13T03:58:49.037Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@2df09546 ((conn=1068) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-13T03:58:49.040Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@2bb72d0 ((conn=1069) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-13T03:58:49.041Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@2bc88d64 ((conn=1070) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-13T03:59:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:59:16.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:59:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:59:16.736Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:59:16.737Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:59:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T03:59:26.301Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T03:59:26.310Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:00:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:00:16.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:00:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:00:16.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:00:16.737Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:00:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:00:26.308Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:00:26.333Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:01:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:01:16.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:01:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:01:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:01:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:01:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:01:26.309Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:01:26.340Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:02:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:02:16.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:02:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:02:16.735Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:02:16.736Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:02:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:02:26.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:02:26.412Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:03:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:03:16.731Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:03:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:03:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:03:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:03:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:03:26.342Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:03:26.363Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:04:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:04:16.732Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:04:16.732Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:04:16.736Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:04:16.737Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:04:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:04:26.317Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:04:26.322Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:05:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:05:16.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:05:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:05:16.735Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:05:16.736Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:05:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:05:26.320Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:05:26.320Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:06:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:06:16.731Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:06:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:06:16.735Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:06:16.736Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:06:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:06:26.354Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:06:26.354Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:07:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:07:16.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:07:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:07:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:07:16.737Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:07:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:07:26.325Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:07:26.330Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:08:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:08:16.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:08:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:08:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:08:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:08:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:08:26.308Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:08:26.312Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:09:16.730Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:09:16.732Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:09:16.733Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:09:16.735Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:09:16.736Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:09:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:09:26.362Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:09:26.362Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:10:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:10:16.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:10:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:10:16.735Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:10:16.736Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:10:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:10:26.395Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:10:26.406Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:11:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:11:16.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:11:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:11:16.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:11:16.736Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:11:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:11:26.337Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:11:26.355Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:12:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:12:16.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:12:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:12:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:12:16.737Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:12:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:12:26.332Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:12:26.336Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:13:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:13:16.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:13:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:13:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:13:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:13:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:13:26.328Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:13:26.328Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:14:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:14:16.730Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:14:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:14:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:14:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:14:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:14:26.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:14:26.381Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:15:16.729Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:15:16.732Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:15:16.732Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:15:16.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:15:16.736Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:15:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:15:26.352Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:15:26.385Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:16:16.729Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:16:16.731Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:16:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:16:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:16:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:16:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:16:26.308Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:16:26.314Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:17:16.729Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:17:16.730Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:17:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:17:16.735Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:17:16.736Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:17:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:17:26.315Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:17:26.325Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:18:16.729Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:18:16.729Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:18:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:18:16.735Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:18:16.736Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:18:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:18:26.327Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:18:26.394Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:19:16.729Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:19:16.730Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:19:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:19:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:19:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:19:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:19:26.337Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:19:26.338Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:20:16.729Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:20:16.730Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:20:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:20:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:20:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:20:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:20:26.297Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:20:26.315Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:21:16.729Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:21:16.731Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:21:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:21:16.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:21:16.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:21:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:21:26.293Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:21:26.306Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:22:16.729Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:22:16.731Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:22:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:22:16.735Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:22:16.737Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:22:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:22:26.321Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:22:26.324Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:23:16.729Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:23:16.730Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:23:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:23:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:23:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:23:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:23:26.322Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:23:26.322Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:24:16.729Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:24:16.730Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:24:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:24:16.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:24:16.736Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:24:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:24:26.300Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:24:26.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:25:16.729Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:25:16.730Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:25:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:25:16.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:25:16.736Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:25:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:25:26.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:25:26.307Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:26:16.729Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:26:16.730Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:26:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:26:16.735Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:26:16.736Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:26:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:26:26.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:26:26.321Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:27:16.729Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:27:16.730Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:27:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:27:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:27:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:27:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:27:26.293Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:27:26.302Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:28:16.729Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:28:16.731Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:28:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:28:16.735Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:28:16.736Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:28:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:28:26.305Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:28:26.306Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:29:16.729Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:29:16.731Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:29:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:29:16.736Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:29:16.736Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:29:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:29:26.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:29:26.307Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:30:16.729Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:30:16.730Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:30:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:30:16.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:30:16.736Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:30:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:30:26.330Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:30:26.336Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:31:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:31:16.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:31:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:31:16.735Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:31:16.736Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:31:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:31:26.297Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:31:26.316Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:32:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:32:16.729Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:32:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:32:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:32:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:32:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:32:26.312Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:32:26.315Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:33:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:33:16.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:33:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:33:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:33:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:33:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:33:26.303Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:33:26.322Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:34:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:34:16.729Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:34:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:34:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:34:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:34:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:34:26.296Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:34:26.326Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:34:45.742Z||http-nio-8085-exec-7|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T04:35:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:35:16.731Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:35:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:35:16.735Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:35:16.736Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:35:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:35:26.302Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:35:26.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:36:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:36:16.731Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:36:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:36:16.735Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:36:16.736Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:36:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:36:26.317Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:36:26.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:37:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:37:16.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:37:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:37:16.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:37:16.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:37:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:37:26.325Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:37:26.340Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:38:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:38:16.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:38:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:38:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:38:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:38:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:38:26.301Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:38:26.320Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:39:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:39:16.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:39:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:39:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:39:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:39:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:39:26.294Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:39:26.302Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:40:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:40:16.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:40:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:40:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:40:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:40:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:40:26.309Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:40:26.320Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:41:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:41:16.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:41:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:41:16.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:41:16.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:41:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:41:26.303Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:41:26.305Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:42:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:42:16.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:42:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:42:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:42:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:42:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:42:26.322Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:42:26.323Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:43:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:43:16.732Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:43:16.732Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:43:16.735Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:43:16.736Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:43:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:43:26.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:43:26.329Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:44:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:44:16.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:44:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:44:16.735Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:44:16.736Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:44:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:44:26.292Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:44:26.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:45:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:45:16.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:45:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:45:16.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:45:16.736Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:45:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:45:26.304Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:45:26.304Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:46:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:46:16.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:46:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:46:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:46:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:46:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:46:26.311Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:46:26.336Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:47:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:47:16.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:47:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:47:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:47:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:47:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:47:26.323Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:47:26.353Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:48:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:48:16.731Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:48:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:48:16.735Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:48:16.736Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:48:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:48:26.313Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:48:26.325Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:49:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:49:16.731Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:49:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:49:16.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:49:16.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:49:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:49:26.345Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:49:26.351Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:50:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:50:16.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:50:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:50:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:50:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:50:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:50:26.296Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:50:26.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:16.729Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:51:16.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:51:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:51:16.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:51:16.736Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:51:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:51:17.388Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:17.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"97ca4a65-2fdc-443d-9530-2222098a58b2","serviceName":"basic_onboard_kyNcac","serviceVersion":"1.0","serviceUUID":"96d073ed-7eb4-4a45-8f83-842d1c4f3587","serviceDescription":"service","serviceInvariantUUID":"5d373fdb-cc6c-4a7a-9981-3b8cfc381bf4","resources":[{"resourceInstanceName":"basic_onboard_kyNcac 0","resourceName":"basic_onboard_kyNcac","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8d6fde7a-f5bc-47ae-a9a5-22d0b1ed9949","resourceInvariantUUID":"e44cf41b-03f7-4912-a751-dd066a3a8dd5","resourceCustomizationUUID":"fc8390c7-b0fc-4f33-b071-9886a7825e32","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vf-license-model.xml","artifactChecksum":"Njk1NDgyMjgxOTNkNTZhZGFiYmI5NzM1ZTEyNzZjNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9861a10f-1980-452e-9533-0840e51ec9d3","artifactVersion":"1"},{"artifactName":"basic_onboard_kyncac0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json","artifactChecksum":"ODlmZjFhZTViMTE4NjQ0NDdlNWNkNzc2YjEyNTUxYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e262abbe-c916-4b6a-b507-f5e5beda78fc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bd6979fb-9f24-4f67-98e3-31fc4d22de32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ea3f107f-89f8-48ce-8018-9df3be6bbc49","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d424c4b8-aeeb-410f-b2b0-077efae7decd","artifactVersion":"2","generatedFromUUID":"bd6979fb-9f24-4f67-98e3-31fc4d22de32"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKyncac-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-template.yml","artifactChecksum":"YjM3OTg4Y2NkNDg2YmU0ZTkzYTcwOWM1YmE2YWYzMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c4ec1e26-f3c4-4e15-a587-231276dd2f7a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKyncac-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar","artifactChecksum":"Yjg2ZGMwMjRhODUzNjUwNjUyYzY1YWFmZTkwOWZiZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e1f3551-a114-49bd-a222-8448e151b0e4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-13T04:51:17.403Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T04:51:17.404Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:17.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "aai-ml",
  "timestamp": 1649825431414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.412Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:17.424Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:17.424Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825476729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "aai-ml",
  "timestamp": 1649825431414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649825435691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "aai-ml",
  "timestamp": 1649825431414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649825435691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "aai-ml",
  "timestamp": 1649825431414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649825435691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "cds",
  "timestamp": 1649825437321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "aai-ml",
  "timestamp": 1649825431414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649825435691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "cds",
  "timestamp": 1649825437321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "aai-ml",
  "timestamp": 1649825431414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649825435691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "cds",
  "timestamp": 1649825437321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825439915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "aai-ml",
  "timestamp": 1649825431414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:51:17.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649825435691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "cds",
  "timestamp": 1649825437321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825439915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T04:51:17.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649825435691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "cds",
  "timestamp": 1649825437321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "dcae-sch",
  "timestamp": 1649825442286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825439915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-13T04:51:17.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "cds",
  "timestamp": 1649825437321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "dcae-sch",
  "timestamp": 1649825442286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825439915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "aai-ml",
  "timestamp": 1649825444748,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:51:17.451Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:51:17.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "policy-id",
  "timestamp": 1649825443666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "cds",
  "timestamp": 1649825437321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:51:17.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "dcae-sch",
  "timestamp": 1649825442286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825439915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-13T04:51:17.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825444041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "policy-id",
  "timestamp": 1649825443666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "dcae-sch",
  "timestamp": 1649825442286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825439915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825444041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "policy-id",
  "timestamp": 1649825443666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-13T04:51:17.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "dcae-sch",
  "timestamp": 1649825442286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "cds",
  "timestamp": 1649825446287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:51:17.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:51:17.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825439915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:51:17.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825444041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "policy-id",
  "timestamp": 1649825443666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "dcae-sch",
  "timestamp": 1649825442286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "cds",
  "timestamp": 1649825447312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-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=?
2022-04-13T04:51:17.524Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-13T04:51:17.528Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:17.528Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:17.557Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:17.557Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T04:51:17.683Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97ca4a65-2fdc-443d-9530-2222098a58b2
2022-04-13T04:51:17.705Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97ca4a65-2fdc-443d-9530-2222098a58b2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T04:51:17.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825444041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "policy-id",
  "timestamp": 1649825443666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "dcae-sch",
  "timestamp": 1649825442286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "clamp",
  "timestamp": 1649825447909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825448659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:51:17.741Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:51:17.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825444041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "policy-id",
  "timestamp": 1649825443666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "clamp",
  "timestamp": 1649825447909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T04:51:17.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825444041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "policy-id",
  "timestamp": 1649825443666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:51:17.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825450174,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:51:17.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:51:17.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "clamp",
  "timestamp": 1649825447909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825444041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:51:17.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "clamp",
  "timestamp": 1649825447909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825451670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:51:17.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:51:17.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "policy-id",
  "timestamp": 1649825452005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:51:17.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:51:17.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825452015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:51:17.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:51:17.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "clamp",
  "timestamp": 1649825447909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825452745,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T04:51:17.766Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97ca4a65-2fdc-443d-9530-2222098a58b2
2022-04-13T04:51:17.766Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97ca4a65-2fdc-443d-9530-2222098a58b2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T04:51:17.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "policy-id",
  "timestamp": 1649825453022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T04:51:17.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:51:17.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "clamp",
  "timestamp": 1649825447909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:17.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825453755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-13T04:51:17.786Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:51:17.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "policy-id",
  "timestamp": 1649825454031,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T04:51:17.802Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97ca4a65-2fdc-443d-9530-2222098a58b2
2022-04-13T04:51:17.802Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97ca4a65-2fdc-443d-9530-2222098a58b2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-13T04:51:17.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "clamp",
  "timestamp": 1649825447909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:51:17.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:51:17.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825456393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T04:51:17.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:51:17.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825457398,
  "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=?
2022-04-13T04:51:17.827Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97ca4a65-2fdc-443d-9530-2222098a58b2
2022-04-13T04:51:17.827Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97ca4a65-2fdc-443d-9530-2222098a58b2 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 (?, ?, ?, ?, ?)
2022-04-13T04:51:17.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "aai-ml",
  "timestamp": 1649825460029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T04:51:17.844Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:51:17.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "aai-ml",
  "timestamp": 1649825461034,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T04:51:17.852Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97ca4a65-2fdc-443d-9530-2222098a58b2
2022-04-13T04:51:17.852Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97ca4a65-2fdc-443d-9530-2222098a58b2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T04:51:17.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "clamp",
  "timestamp": 1649825469585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:51:17.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:51:17.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "clamp",
  "timestamp": 1649825471598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T04:51:17.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:51:17.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:51:17.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "clamp",
  "timestamp": 1649825472602,
  "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=?
2022-04-13T04:51:17.873Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97ca4a65-2fdc-443d-9530-2222098a58b2
2022-04-13T04:51:17.874Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97ca4a65-2fdc-443d-9530-2222098a58b2 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 (?, ?, ?, ?, ?)
2022-04-13T04:51:18.431Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T04:51:18.431Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:18.434Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:18.434Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825476729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T04:51:18.534Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:51:18.536Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:18.536Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:18.553Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:18.554Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-13T04:51:19.435Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T04:51:19.435Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:19.438Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:19.438Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825476729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-13T04:51:19.538Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:51:19.539Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:19.539Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:19.574Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:19.575Z||pool-5-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-04-13T04:51:20.439Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T04:51:20.439Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:20.442Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:20.442Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825476729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:20.542Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:51:20.543Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:20.544Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:20.566Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:20.567Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:51:21.442Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T04:51:21.443Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:21.445Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:21.445Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825476729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-13T04:51:21.546Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-13T04:51:21.547Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:21.547Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:21.567Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:21.567Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:51:22.446Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T04:51:22.447Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:22.449Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:22.449Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825476729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:51:22.549Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:51:22.550Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:22.551Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:22.565Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:22.565Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-13T04:51:23.449Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T04:51:23.451Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:23.452Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:23.453Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825476729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:51:23.553Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:51:23.554Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:23.554Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:23.594Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:23.595Z||pool-9-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-04-13T04:51:24.454Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "serviceName": "basic_onboard_kyNcac",
  "serviceVersion": "1.0",
  "serviceUUID": "96d073ed-7eb4-4a45-8f83-842d1c4f3587",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5d373fdb-cc6c-4a7a-9981-3b8cfc381bf4",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_kyNcac 0",
      "resourceCustomizationUUID": "fc8390c7-b0fc-4f33-b071-9886a7825e32",
      "resourceName": "basic_onboard_kyNcac",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8d6fde7a-f5bc-47ae-a9a5-22d0b1ed9949",
      "resourceInvariantUUID": "e44cf41b-03f7-4912-a751-dd066a3a8dd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_kyncac0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
          "artifactChecksum": "ODlmZjFhZTViMTE4NjQ0NDdlNWNkNzc2YjEyNTUxYWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e262abbe-c916-4b6a-b507-f5e5beda78fc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bd6979fb-9f24-4f67-98e3-31fc4d22de32",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d424c4b8-aeeb-410f-b2b0-077efae7decd",
            "generatedFromUUID": "bd6979fb-9f24-4f67-98e3-31fc4d22de32"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d424c4b8-aeeb-410f-b2b0-077efae7decd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKyncac-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
      "artifactChecksum": "Yjg2ZGMwMjRhODUzNjUwNjUyYzY1YWFmZTkwOWZiZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e1f3551-a114-49bd-a222-8448e151b0e4"
    }
  ],
  "workloadContext": "Production"
}
2022-04-13T04:51:24.455Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-13T04:51:24.456Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 96d073ed-7eb4-4a45-8f83-842d1c4f3587 ASDC
2022-04-13T04:51:24.578Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:97ca4a65-2fdc-443d-9530-2222098a58b2
ServiceName:basic_onboard_kyNcac
ServiceVersion:1.0
ServiceUUID:96d073ed-7eb4-4a45-8f83-842d1c4f3587
ServiceInvariantUUID:5d373fdb-cc6c-4a7a-9981-3b8cfc381bf4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKyncac-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar
ArtifactUUID:3e1f3551-a114-49bd-a222-8448e151b0e4
ArtifactChecksum:Yjg2ZGMwMjRhODUzNjUwNjUyYzY1YWFmZTkwOWZiZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_kyNcac 0
ResourceCustomizationUUID:fc8390c7-b0fc-4f33-b071-9886a7825e32
ResourceInvariantUUID:e44cf41b-03f7-4912-a751-dd066a3a8dd5
ResourceName:basic_onboard_kyNcac
ResourceType:VF
ResourceUUID:8d6fde7a-f5bc-47ae-a9a5-22d0b1ed9949
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kyncac0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json
ArtifactUUID:e262abbe-c916-4b6a-b507-f5e5beda78fc
ArtifactChecksum:ODlmZjFhZTViMTE4NjQ0NDdlNWNkNzc2YjEyNTUxYWQ=
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/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bd6979fb-9f24-4f67-98e3-31fc4d22de32
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/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env
ArtifactUUID:d424c4b8-aeeb-410f-b2b0-077efae7decd
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/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env
ArtifactUUID:d424c4b8-aeeb-410f-b2b0-077efae7decd
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-13T04:51:24.579Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96d073ed-7eb4-4a45-8f83-842d1c4f3587 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-13T04:51:24.647Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T04:51:24.648Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-13T04:51:24.649Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-13T04:51:24.649Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3e1f3551-a114-49bd-a222-8448e151b0e4 from URL: /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:24.649Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-13T04:51:24.651Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:24.991Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-13T04:51:25.006Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar 3e1f3551-a114-49bd-a222-8448e151b0e4 71546
2022-04-13T04:51:25.007Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar ASDC sendASDCNotification
2022-04-13T04:51:25.008Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:25.008Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T04:51:25.009Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:25.011Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:25.011Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825485006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:51:25.111Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:51:25.112Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:25.112Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:25.129Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:25.129Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-13T04:51:26.012Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T04:51:26.013Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-13T04:51:26.013Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 3e1f3551-a114-49bd-a222-8448e151b0e4, URL: /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar to file: /app/ASDC/1/service-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:26.014Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:26.097Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:26.098Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:26.698Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15772985719009212647/Definitions/service-BasicOnboardKyncac-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-13T04:51:28.479Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-13T04:51:28.484Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-13T04:51:28.484Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:28.484Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-13T04:51:28.485Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kyNcac 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-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:28.485Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:28.485Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:28.485Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:28.485Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:28.485Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:28.485Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:28.485Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:28.486Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:28.486Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-13T04:51:28.492Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:28.493Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:28.497Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kyNcac 0 is matching search criteria
2022-04-13T04:51:28.497Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-13T04:51:28.499Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kyNcac 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T04:51:28.501Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:28.501Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:28.502Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kyNcac 0 is matching search criteria
2022-04-13T04:51:28.502Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-13T04:51:28.502Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kyNcac 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T04:51:28.502Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:28.502Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:28.506Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:28.506Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kyNcac 0 is not matching search criteria
2022-04-13T04:51:28.506Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-13T04:51:28.506Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-13T04:51:28.506Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-13T04:51:28.507Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-13T04:51:28.507Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-13T04:51:28.507Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:28.507Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-13T04:51:28.508Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:28.509Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kyNcac 0 is matching search criteria
2022-04-13T04:51:28.509Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kyNcac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T04:51:28.509Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:28.509Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kyNcac 0 is matching search criteria
2022-04-13T04:51:28.509Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kyNcac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T04:51:28.510Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:28.510Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kyNcac 0 is matching search criteria
2022-04-13T04:51:28.510Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kyNcac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T04:51:28.510Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:28.510Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kyNcac 0 is not matching search criteria
2022-04-13T04:51:28.511Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-13T04:51:28.511Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-13T04:51:28.511Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8b52cbd5-5a72-41a4-a0b6-f8d3374bf624
2022-04-13T04:51:28.511Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:28.511Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:28.511Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:28.512Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:28.512Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:28.512Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:28.512Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:28.512Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:28.512Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_kyNcac
Description:service
Model UUID:96d073ed-7eb4-4a45-8f83-842d1c4f3587
Model Version:NULL
Model InvariantUuid:5d373fdb-cc6c-4a7a-9981-3b8cfc381bf4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_kyNcac
Model UUID:096f2744-4868-426c-9d86-05940cd063c7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e44cf41b-03f7-4912-a751-dd066a3a8dd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fc8390c7-b0fc-4f33-b071-9886a7825e32
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e23ad9f8-a4db-4504-ab1c-250c5ab41ac2
ModelName:BasicOnboardKyncac..base_ubuntu18..module-0
ModelUuid:3249abcd-47a5-493c-b220-e45ed7b2a6ca
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8b52cbd5-5a72-41a4-a0b6-f8d3374bf624
ModelInvariantUuid:27d0d26f-e56c-4e83-812e-08cf3bc919ae
ModelName:basic_onboard_kyNcac-nodes.ubuntu18Cvfc
ModelUuid:4bf0109a-5b78-42ef-8546-6a89004cdb68
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f88db90e-9f3e-4655-b69b-2d9b8cdde3e5
ModelInvariantUuid:8fa26977-6792-46d9-b054-7d5c6625b2d1
ModelName:BasicOnboardKyncac.compute.nodes.heat.ubuntu18
ModelUuid:88cec3a4-fbad-49de-b849-7ae168a52321
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-13T04:51:28.521Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 8d6fde7a-f5bc-47ae-a9a5-22d0b1ed9949
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T04:51:28.607Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||basic_onboard_kyNcac 0
2022-04-13T04:51:28.614Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8d6fde7a-f5bc-47ae-a9a5-22d0b1ed9949
2022-04-13T04:51:28.614Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e262abbe-c916-4b6a-b507-f5e5beda78fc from URL: /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json
2022-04-13T04:51:28.614Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-13T04:51:28.614Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json
2022-04-13T04:51:28.862Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-13T04:51:28.862Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json e262abbe-c916-4b6a-b507-f5e5beda78fc 798
2022-04-13T04:51:28.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json ASDC sendASDCNotification
2022-04-13T04:51:28.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json
2022-04-13T04:51:28.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T04:51:28.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:28.866Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:28.866Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825488863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:51:28.968Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-13T04:51:28.969Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:28.969Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:29.000Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:29.001Z||pool-11-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-13T04:51:29.868Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKyncac..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e23ad9f8-a4db-4504-ab1c-250c5ab41ac2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3249abcd-47a5-493c-b220-e45ed7b2a6ca",
    "vfModuleModelCustomizationUUID": "40297ac2-c64b-4783-bd3d-c826791b189e",
    "isBase": true,
    "artifacts": [
      "bd6979fb-9f24-4f67-98e3-31fc4d22de32",
      "d424c4b8-aeeb-410f-b2b0-077efae7decd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-13T04:51:29.882Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKyncac..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3249abcd-47a5-493c-b220-e45ed7b2a6ca
VfModuleModelInvariantUUID:e23ad9f8-a4db-4504-ab1c-250c5ab41ac2
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd6979fb-9f24-4f67-98e3-31fc4d22de32
,
d424c4b8-aeeb-410f-b2b0-077efae7decd

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

isBase:true


}

2022-04-13T04:51:29.885Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKyncac..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e23ad9f8-a4db-4504-ab1c-250c5ab41ac2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3249abcd-47a5-493c-b220-e45ed7b2a6ca",
    "vfModuleModelCustomizationUUID": "40297ac2-c64b-4783-bd3d-c826791b189e",
    "isBase": true,
    "artifacts": [
      "bd6979fb-9f24-4f67-98e3-31fc4d22de32",
      "d424c4b8-aeeb-410f-b2b0-077efae7decd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-13T04:51:29.885Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKyncac..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3249abcd-47a5-493c-b220-e45ed7b2a6ca
VfModuleModelInvariantUUID:e23ad9f8-a4db-4504-ab1c-250c5ab41ac2
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd6979fb-9f24-4f67-98e3-31fc4d22de32
,
d424c4b8-aeeb-410f-b2b0-077efae7decd

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

isBase:true


}

2022-04-13T04:51:29.885Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bd6979fb-9f24-4f67-98e3-31fc4d22de32 from URL: /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml
2022-04-13T04:51:29.885Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-13T04:51:29.885Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml
2022-04-13T04:51:30.413Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-13T04:51:30.413Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml bd6979fb-9f24-4f67-98e3-31fc4d22de32 5033
2022-04-13T04:51:30.414Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-13T04:51:30.414Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml
2022-04-13T04:51:30.414Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T04:51:30.415Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:30.418Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:30.418Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825490414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:51:30.518Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:51:30.519Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:30.519Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:30.559Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:30.560Z||pool-12-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:51:31.418Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d424c4b8-aeeb-410f-b2b0-077efae7decd from URL: /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env
2022-04-13T04:51:31.419Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-13T04:51:31.419Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env
2022-04-13T04:51:31.819Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-13T04:51:31.821Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env d424c4b8-aeeb-410f-b2b0-077efae7decd 909
2022-04-13T04:51:31.821Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-13T04:51:31.821Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env
2022-04-13T04:51:31.822Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T04:51:31.823Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:31.826Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:31.826Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825491821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:51:31.926Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:51:31.927Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:31.927Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:31.951Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:31.951Z||pool-13-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:51:32.827Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 96d073ed-7eb4-4a45-8f83-842d1c4f3587
2022-04-13T04:51:32.827Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kyNcac 0 8d6fde7a-f5bc-47ae-a9a5-22d0b1ed9949 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=?
2022-04-13T04:51:32.854Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7409e62, org.onap.sdc.toscaparser.api.parameters.Input@28390bc, org.onap.sdc.toscaparser.api.parameters.Input@2e081af1, org.onap.sdc.toscaparser.api.parameters.Input@77c741b3, org.onap.sdc.toscaparser.api.parameters.Input@74f772a7]
2022-04-13T04:51:32.859Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:32.860Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:32.860Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-13T04:51:32.860Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= fc8390c7-b0fc-4f33-b071-9886a7825e32
2022-04-13T04:51:32.860Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fc8390c7-b0fc-4f33-b071-9886a7825e32 matches Tosca VF Customization UUID: fc8390c7-b0fc-4f33-b071-9886a7825e32
2022-04-13T04:51:32.860Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: fc8390c7-b0fc-4f33-b071-9886a7825e32  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-13T04:51:32.866Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:32.867Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:32.868Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id fc8390c7-b0fc-4f33-b071-9886a7825e32: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-13T04:51:32.868Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52a3640e
2022-04-13T04:51:32.868Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:32.868Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-13T04:51:32.869Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 40297ac2-c64b-4783-bd3d-c826791b189e
2022-04-13T04:51:32.870Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 40297ac2-c64b-4783-bd3d-c826791b189e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-13T04:51:32.875Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:32.875Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kyNcac 0 is matching search criteria
2022-04-13T04:51:32.876Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kyNcac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T04:51:32.876Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:32.877Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kyNcac 0 is matching search criteria
2022-04-13T04:51:32.877Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kyNcac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T04:51:32.877Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:32.877Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kyNcac 0 is not matching search criteria
2022-04-13T04:51:32.877Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-13T04:51:32.878Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-13T04:51:32.878Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8b52cbd5-5a72-41a4-a0b6-f8d3374bf624
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-13T04:51:32.884Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:32.884Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kyNcac 0 is matching search criteria
2022-04-13T04:51:32.885Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kyNcac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T04:51:32.885Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:32.885Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kyNcac 0 is matching search criteria
2022-04-13T04:51:32.885Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kyNcac 0] matching following query criteria: sdcType=VF, customizationUUID=fc8390c7-b0fc-4f33-b071-9886a7825e32
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T04:51:32.887Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:32.887Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:32.887Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 96d073ed-7eb4-4a45-8f83-842d1c4f3587: basic_onboard_kyNcac
2022-04-13T04:51:32.888Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:32.888Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:32.888Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:32.888Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:32.889Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:32.889Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:32.889Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:32.889Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:32.889Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:51:32.889Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kyNcac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:51:32.890Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_kyNcac 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T04:51:33.046Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kyNcac 8d6fde7a-f5bc-47ae-a9a5-22d0b1ed9949 1 ASDC deployResourceStructure
2022-04-13T04:51:33.046Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json ASDC sendASDCNotification
2022-04-13T04:51:33.046Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json
2022-04-13T04:51:33.047Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T04:51:33.047Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:33.049Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:33.049Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825493046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-13T04:51:33.149Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:51:33.150Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:33.150Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:33.205Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:33.205Z||pool-14-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:51:34.050Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-13T04:51:34.051Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml
2022-04-13T04:51:34.051Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T04:51:34.051Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:34.054Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:34.054Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825494050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-13T04:51:34.154Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:51:34.155Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:34.155Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:34.182Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:34.183Z||pool-15-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-04-13T04:51:35.055Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-13T04:51:35.055Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env
2022-04-13T04:51:35.056Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T04:51:35.056Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:35.058Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:35.059Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825495054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-13T04:51:35.159Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:51:35.162Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:35.162Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:35.186Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:35.186Z||pool-16-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:51:36.060Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar ASDC sendASDCNotification
2022-04-13T04:51:36.060Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar
2022-04-13T04:51:36.061Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T04:51:36.061Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:51:36.064Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:51:36.064Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825496060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T04:51:36.164Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:51:36.165Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:51:36.165Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:51:36.182Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:51:36.182Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-13T04:51:37.065Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97ca4a65-2fdc-443d-9530-2222098a58b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T04:51:37.091Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97ca4a65-2fdc-443d-9530-2222098a58b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T04:51:37.096Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T04:51:37.096Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-13T04:51:37.096Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-13T04:51:37.096Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-13T04:51:37.096Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T04:51:37.097Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T04:51:37.097Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T04:51:37.097Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T04:51:37.097Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T04:51:37.097Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T04:51:37.098Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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=?
2022-04-13T04:51:37.104Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-13T04:52:07.105Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97ca4a65-2fdc-443d-9530-2222098a58b2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-13T04:52:07.115Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97ca4a65-2fdc-443d-9530-2222098a58b2 and serviceModelVersionId: 96d073ed-7eb4-4a45-8f83-842d1c4f3587
2022-04-13T04:52:07.116Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d373fdb-cc6c-4a7a-9981-3b8cfc381bf4
2022-04-13T04:52:16.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:52:16.736Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:52:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:52:16.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:16.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:52:16.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825476729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:52:16.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:52:22.588Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d373fdb-cc6c-4a7a-9981-3b8cfc381bf4/model-vers/model-ver/96d073ed-7eb4-4a45-8f83-842d1c4f3587?depth=0
2022-04-13T04:52:22.694Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-13T04:52:23.263Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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/5d373fdb-cc6c-4a7a-9981-3b8cfc381bf4/model-vers/model-ver/96d073ed-7eb4-4a45-8f83-842d1c4f3587?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-13T04:52:23.272Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d373fdb-cc6c-4a7a-9981-3b8cfc381bf4/model-vers/model-ver/96d073ed-7eb4-4a45-8f83-842d1c4f3587?depth=0|INFO|500||Invoke
2022-04-13T04:52:23.409Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d373fdb-cc6c-4a7a-9981-3b8cfc381bf4/model-vers/model-ver/96d073ed-7eb4-4a45-8f83-842d1c4f3587?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-13T04:52:23.765Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d373fdb-cc6c-4a7a-9981-3b8cfc381bf4/model-vers/model-ver/96d073ed-7eb4-4a45-8f83-842d1c4f3587?depth=0|INFO|500||InvokeReturn
2022-04-13T04:52:23.766Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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/5d373fdb-cc6c-4a7a-9981-3b8cfc381bf4/model-vers/model-ver/96d073ed-7eb4-4a45-8f83-842d1c4f3587?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220413-04:52:23:747-37811], vertex-id=[270576], Content-Length=[0], Date=[Wed, 13 Apr 2022 04:52:23 GMT], Content-Type=[application/json]}
2022-04-13T04:52:23.766Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-04-13T04:52:23.769Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-13T04:52:23.769Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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=?
2022-04-13T04:52:23.774Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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)
2022-04-13T04:52:23.775Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97ca4a65-2fdc-443d-9530-2222098a58b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-13T04:52:23.776Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-13T04:52:23.776Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:23.778Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:23.778Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825543775,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-13T04:52:23.878Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:52:23.880Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:23.880Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:23.898Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:23.898Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-13T04:52:24.801Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:52:24.802Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:52:24.802Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:52:25.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:25.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T04:52:25.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9fe6e03e-e821-4990-8a9f-8488751423f1","serviceName":"vFW 2022-04-13 04-47-18","serviceVersion":"1.0","serviceUUID":"9ca45026-9490-4cb1-80e2-6ceef20b8180","serviceDescription":"catalog service description","serviceInvariantUUID":"6a8800a2-733f-4669-85e5-d775434db155","resources":[{"resourceInstanceName":"vFW 8b3df908-8c8a 0","resourceName":"vFW 8b3df908-8c8a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e545bc6-9346-40c6-9653-611b5d20aefa","resourceInvariantUUID":"ec1f1045-a1fc-464f-b1f3-27aead8e83ee","resourceCustomizationUUID":"2edef9c7-50bf-4cf3-a32d-2a4519390b9a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vf-license-model.xml","artifactChecksum":"MDY5NDk3OWEyMjZhZjEyZTM1NjhkYzA0NTAzMWJhMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a7b37a5-0314-4e3e-8450-138879f6e62f","artifactVersion":"1"},{"artifactName":"vfw8b3df9088c8a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json","artifactChecksum":"MmQwN2U5NTA1YmU5ODM3OGM1Y2E1ZjJiYjYwN2I4OTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1db3716-9020-46be-be2f-933ce25136a4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"25e74308-64a4-4d4e-aa04-d2ff9dac767d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vendor-license-model.xml","artifactChecksum":"NzY1ZTY4NGY4NmFkZWRlMmRiNDhkMGEyNWU1MjdkMTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6447b5c-0ca1-4182-9968-53b424d0218a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"affd8684-057d-4fa1-b43a-056df17397b5","artifactVersion":"2","generatedFromUUID":"25e74308-64a4-4d4e-aa04-d2ff9dac767d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220413044718-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-template.yml","artifactChecksum":"Y2FmMDc5NDdhNjA0NjVmY2I2OTM3NDFlMDczOWM1MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9585ba63-f3d9-4ac9-9dec-e5794f8bed1b","artifactVersion":"1"},{"artifactName":"service-Vfw20220413044718-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar","artifactChecksum":"Y2FlMTg2NjkxYjI1MDg5MmJhZDNhZTYzOWM0MzViYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"efa2b2fc-85af-4de4-b85c-a14e4f7513c6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-13T04:52:25.441Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T04:52:25.441Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:25.443Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:25.443Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825544801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:52:25.547Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-13T04:52:25.548Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:25.548Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:25.561Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:25.562Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-13T04:52:26.444Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T04:52:26.444Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:26.446Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:26.446Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825544801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T04:52:26.546Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:52:26.547Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:26.548Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:26.562Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:26.564Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-13T04:52:27.447Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T04:52:27.448Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:27.450Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:27.450Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825544801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-13T04:52:27.550Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:52:27.551Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:27.551Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:27.572Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:27.572Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:52:28.450Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T04:52:28.452Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:28.454Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:28.454Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825544801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:52:28.555Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:52:28.556Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:28.556Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:28.588Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:28.589Z||pool-22-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-04-13T04:52:29.456Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T04:52:29.457Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:29.459Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:29.459Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825544801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-13T04:52:29.559Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:52:29.560Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:29.560Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:29.578Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:29.578Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:52:30.459Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T04:52:30.461Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:30.463Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:30.463Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825544801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:52:30.563Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:52:30.564Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:30.564Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:30.589Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:30.590Z||pool-24-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1}
2022-04-13T04:52:31.464Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T04:52:31.465Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:31.466Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:31.467Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825544801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:52:31.567Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:52:31.567Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:31.568Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:31.602Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:31.602Z||pool-25-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:52:32.468Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "serviceName": "vFW 2022-04-13 04-47-18",
  "serviceVersion": "1.0",
  "serviceUUID": "9ca45026-9490-4cb1-80e2-6ceef20b8180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a8800a2-733f-4669-85e5-d775434db155",
  "resources": [
    {
      "resourceInstanceName": "vFW 8b3df908-8c8a 0",
      "resourceCustomizationUUID": "2edef9c7-50bf-4cf3-a32d-2a4519390b9a",
      "resourceName": "vFW 8b3df908-8c8a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6e545bc6-9346-40c6-9653-611b5d20aefa",
      "resourceInvariantUUID": "ec1f1045-a1fc-464f-b1f3-27aead8e83ee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8b3df9088c8a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
          "artifactChecksum": "MmQwN2U5NTA1YmU5ODM3OGM1Y2E1ZjJiYjYwN2I4OTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a1db3716-9020-46be-be2f-933ce25136a4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "25e74308-64a4-4d4e-aa04-d2ff9dac767d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "affd8684-057d-4fa1-b43a-056df17397b5",
            "generatedFromUUID": "25e74308-64a4-4d4e-aa04-d2ff9dac767d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "affd8684-057d-4fa1-b43a-056df17397b5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220413044718-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
      "artifactChecksum": "Y2FlMTg2NjkxYjI1MDg5MmJhZDNhZTYzOWM0MzViYmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "efa2b2fc-85af-4de4-b85c-a14e4f7513c6"
    }
  ],
  "workloadContext": "Production"
}
2022-04-13T04:52:32.469Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-13T04:52:32.469Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ca45026-9490-4cb1-80e2-6ceef20b8180 ASDC
2022-04-13T04:52:32.470Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9fe6e03e-e821-4990-8a9f-8488751423f1
ServiceName:vFW 2022-04-13 04-47-18
ServiceVersion:1.0
ServiceUUID:9ca45026-9490-4cb1-80e2-6ceef20b8180
ServiceInvariantUUID:6a8800a2-733f-4669-85e5-d775434db155
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220413044718-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar
ArtifactUUID:efa2b2fc-85af-4de4-b85c-a14e4f7513c6
ArtifactChecksum:Y2FlMTg2NjkxYjI1MDg5MmJhZDNhZTYzOWM0MzViYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8b3df908-8c8a 0
ResourceCustomizationUUID:2edef9c7-50bf-4cf3-a32d-2a4519390b9a
ResourceInvariantUUID:ec1f1045-a1fc-464f-b1f3-27aead8e83ee
ResourceName:vFW 8b3df908-8c8a
ResourceType:VF
ResourceUUID:6e545bc6-9346-40c6-9653-611b5d20aefa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8b3df9088c8a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json
ArtifactUUID:a1db3716-9020-46be-be2f-933ce25136a4
ArtifactChecksum:MmQwN2U5NTA1YmU5ODM3OGM1Y2E1ZjJiYjYwN2I4OTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml
ArtifactUUID:25e74308-64a4-4d4e-aa04-d2ff9dac767d
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env
ArtifactUUID:affd8684-057d-4fa1-b43a-056df17397b5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env
ArtifactUUID:affd8684-057d-4fa1-b43a-056df17397b5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-13T04:52:32.471Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ca45026-9490-4cb1-80e2-6ceef20b8180 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 (?, ?, ?, ?, ?)
2022-04-13T04:52:32.529Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T04:52:32.530Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T04:52:32.530Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T04:52:32.530Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: efa2b2fc-85af-4de4-b85c-a14e4f7513c6 from URL: /sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:32.530Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-13T04:52:32.530Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:32.932Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-13T04:52:32.942Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar efa2b2fc-85af-4de4-b85c-a14e4f7513c6 98884
2022-04-13T04:52:32.943Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar ASDC sendASDCNotification
2022-04-13T04:52:32.943Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:32.943Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T04:52:32.943Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:32.948Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:32.948Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825552943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:52:33.045Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-13T04:52:33.047Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:33.047Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:33.073Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:33.073Z||pool-26-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:52:33.949Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T04:52:33.950Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T04:52:33.950Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: efa2b2fc-85af-4de4-b85c-a14e4f7513c6, URL: /sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar to file: /app/ASDC/1/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:33.951Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220413044718-csar.csar
2022-04-13T04:52:33.951Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:33.951Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:34.161Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8468237340646865674/Definitions/service-Vfw20220413044718-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-13T04:52:36.003Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-13T04:52:36.004Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-13T04:52:36.004Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:36.004Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-13T04:52:36.005Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:36.005Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:36.005Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||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-Vfw20220413044718-csar.csar
2022-04-13T04:52:36.005Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:36.005Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:36.005Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:36.005Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||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-Vfw20220413044718-csar.csar
2022-04-13T04:52:36.005Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||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-Vfw20220413044718-csar.csar
2022-04-13T04:52:36.006Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:36.006Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||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-Vfw20220413044718-csar.csar
2022-04-13T04:52:36.006Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8b3df908-8c8a 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:36.006Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:36.006Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||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-Vfw20220413044718-csar.csar
2022-04-13T04:52:36.006Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-13T04:52:36.006Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.006Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:36.007Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is matching search criteria
2022-04-13T04:52:36.007Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-13T04:52:36.007Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8b3df908-8c8a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T04:52:36.007Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.007Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:36.008Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is matching search criteria
2022-04-13T04:52:36.008Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-13T04:52:36.008Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8b3df908-8c8a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T04:52:36.008Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.008Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:36.009Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.009Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is not matching search criteria
2022-04-13T04:52:36.009Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-13T04:52:36.009Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-13T04:52:36.009Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-13T04:52:36.009Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:36.010Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-13T04:52:36.010Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T04:52:36.010Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-13T04:52:36.010Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-13T04:52:36.010Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-13T04:52:36.010Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-13T04:52:36.011Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:36.011Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-13T04:52:36.011Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:36.011Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-13T04:52:36.011Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T04:52:36.011Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-13T04:52:36.012Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.012Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-13T04:52:36.012Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.012Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is matching search criteria
2022-04-13T04:52:36.012Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8b3df908-8c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T04:52:36.013Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.013Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is matching search criteria
2022-04-13T04:52:36.013Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8b3df908-8c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T04:52:36.013Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.013Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is matching search criteria
2022-04-13T04:52:36.014Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8b3df908-8c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T04:52:36.014Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.014Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is not matching search criteria
2022-04-13T04:52:36.014Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-13T04:52:36.014Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-13T04:52:36.014Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-13T04:52:36.015Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-13T04:52:36.015Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-13T04:52:36.015Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-13T04:52:36.015Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:36.015Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-13T04:52:36.015Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:36.015Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-13T04:52:36.016Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T04:52:36.016Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=85195852-3d36-41ab-8d64-be153242ba34
2022-04-13T04:52:36.016Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.016Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is not matching search criteria
2022-04-13T04:52:36.016Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-13T04:52:36.016Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-13T04:52:36.017Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-13T04:52:36.017Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:36.017Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-13T04:52:36.017Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T04:52:36.017Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-13T04:52:36.017Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-13T04:52:36.017Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-13T04:52:36.018Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:36.018Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-13T04:52:36.018Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T04:52:36.018Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c896b89-261a-41e0-9b3c-5e0e3144d168
2022-04-13T04:52:36.018Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.018Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is not matching search criteria
2022-04-13T04:52:36.019Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-13T04:52:36.019Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-13T04:52:36.019Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-13T04:52:36.019Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:36.019Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-13T04:52:36.020Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T04:52:36.020Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-13T04:52:36.020Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-13T04:52:36.020Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-13T04:52:36.020Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-13T04:52:36.021Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:36.021Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-13T04:52:36.021Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0a30d852-3400-4cbe-954f-f88e1cb5e2c2
2022-04-13T04:52:36.021Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.021Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:36.021Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.021Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:36.022Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.022Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:36.022Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:36.022Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:36.022Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-13 04-47-18
Description:catalog service description
Model UUID:9ca45026-9490-4cb1-80e2-6ceef20b8180
Model Version:NULL
Model InvariantUuid:6a8800a2-733f-4669-85e5-d775434db155
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8b3df908-8c8a
Model UUID:c05d647e-9c18-4927-be27-691b8a93e0e6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ec1f1045-a1fc-464f-b1f3-27aead8e83ee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2edef9c7-50bf-4cf3-a32d-2a4519390b9a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5b9e5a08-f525-43b1-86cf-0184c5487ba0
ModelName:Vfw8b3df9088c8a..base_vfw..module-0
ModelUuid:f19b6306-30cc-4456-b56f-4f1a26ffd243
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:85195852-3d36-41ab-8d64-be153242ba34
ModelInvariantUuid:37863ccf-3449-49b8-aa99-f2dd1e8876c1
ModelName:vFW 8b3df908-8c8a-nodes.vfwCvfc
ModelUuid:6c1bc948-f73f-4880-9a1f-aace732c796a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4731b437-0f16-4b2f-948a-2d0979761489
ModelInvariantUuid:5845d58c-b16d-4405-90fc-60b9c6fddff6
ModelName:Vfw8b3df9088c8a.compute.nodes.heat.vfw
ModelUuid:cace6a64-7c9d-4172-8989-9ce77a75fc79
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7c896b89-261a-41e0-9b3c-5e0e3144d168
ModelInvariantUuid:0bb0f085-3c66-4d6e-a51e-c9f3df7dde21
ModelName:vFW 8b3df908-8c8a-nodes.vsnCvfc
ModelUuid:2d7a1372-a668-4810-9e1f-e6f4725c2c31
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:476ebc52-339c-4800-9e1a-b080b3b82d8b
ModelInvariantUuid:89423281-9e18-4662-b423-0ac95984b563
ModelName:Vfw8b3df9088c8a.compute.nodes.heat.vsn
ModelUuid:c54f0363-f4b8-4fe4-9d44-f1cfe7939630
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0a30d852-3400-4cbe-954f-f88e1cb5e2c2
ModelInvariantUuid:b4a9246f-9885-4593-b6c7-018e87d8e4a8
ModelName:vFW 8b3df908-8c8a-nodes.vpgCvfc
ModelUuid:6bf4a9c6-c600-433a-ad2e-ed7ad2b04173
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f1a295a9-c54c-4bf1-b9a4-8d1b10a76468
ModelInvariantUuid:773cb393-72e8-4452-88f2-581403531da0
ModelName:Vfw8b3df9088c8a.compute.nodes.heat.vpg
ModelUuid:666c2cb4-bd89-408e-9fce-9790e310a684
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-13T04:52:36.029Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e545bc6-9346-40c6-9653-611b5d20aefa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T04:52:36.032Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||vFW 8b3df908-8c8a 0
2022-04-13T04:52:36.032Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e545bc6-9346-40c6-9653-611b5d20aefa
2022-04-13T04:52:36.032Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a1db3716-9020-46be-be2f-933ce25136a4 from URL: /sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json
2022-04-13T04:52:36.032Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-13T04:52:36.032Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json
2022-04-13T04:52:36.184Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-13T04:52:36.185Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json a1db3716-9020-46be-be2f-933ce25136a4 785
2022-04-13T04:52:36.185Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json ASDC sendASDCNotification
2022-04-13T04:52:36.185Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json
2022-04-13T04:52:36.185Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T04:52:36.186Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:36.188Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:36.188Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825556185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:52:36.288Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:52:36.289Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:36.289Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:36.308Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:36.309Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:52:37.189Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8b3df9088c8a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5b9e5a08-f525-43b1-86cf-0184c5487ba0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f19b6306-30cc-4456-b56f-4f1a26ffd243",
    "vfModuleModelCustomizationUUID": "ece06e14-28f2-45ea-87e3-103c71736514",
    "isBase": true,
    "artifacts": [
      "25e74308-64a4-4d4e-aa04-d2ff9dac767d",
      "affd8684-057d-4fa1-b43a-056df17397b5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-13T04:52:37.195Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8b3df9088c8a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f19b6306-30cc-4456-b56f-4f1a26ffd243
VfModuleModelInvariantUUID:5b9e5a08-f525-43b1-86cf-0184c5487ba0
VfModuleModelDescription:NULL
Artifacts UUID List:{
25e74308-64a4-4d4e-aa04-d2ff9dac767d
,
affd8684-057d-4fa1-b43a-056df17397b5

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

isBase:true


}

2022-04-13T04:52:37.198Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8b3df9088c8a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5b9e5a08-f525-43b1-86cf-0184c5487ba0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f19b6306-30cc-4456-b56f-4f1a26ffd243",
    "vfModuleModelCustomizationUUID": "ece06e14-28f2-45ea-87e3-103c71736514",
    "isBase": true,
    "artifacts": [
      "25e74308-64a4-4d4e-aa04-d2ff9dac767d",
      "affd8684-057d-4fa1-b43a-056df17397b5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-13T04:52:37.198Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8b3df9088c8a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f19b6306-30cc-4456-b56f-4f1a26ffd243
VfModuleModelInvariantUUID:5b9e5a08-f525-43b1-86cf-0184c5487ba0
VfModuleModelDescription:NULL
Artifacts UUID List:{
25e74308-64a4-4d4e-aa04-d2ff9dac767d
,
affd8684-057d-4fa1-b43a-056df17397b5

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

isBase:true


}

2022-04-13T04:52:37.198Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25e74308-64a4-4d4e-aa04-d2ff9dac767d from URL: /sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml
2022-04-13T04:52:37.198Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-13T04:52:37.199Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml
2022-04-13T04:52:37.712Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-13T04:52:37.713Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml 25e74308-64a4-4d4e-aa04-d2ff9dac767d 20368
2022-04-13T04:52:37.713Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-13T04:52:37.713Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml
2022-04-13T04:52:37.713Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T04:52:37.714Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:37.715Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:37.715Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825557713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:52:37.816Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:52:37.816Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:37.817Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:37.829Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:37.830Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:52:38.716Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: affd8684-057d-4fa1-b43a-056df17397b5 from URL: /sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env
2022-04-13T04:52:38.716Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-13T04:52:38.716Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env
2022-04-13T04:52:39.556Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-13T04:52:39.556Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env affd8684-057d-4fa1-b43a-056df17397b5 2098
2022-04-13T04:52:39.556Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-13T04:52:39.556Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env
2022-04-13T04:52:39.557Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T04:52:39.557Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:39.558Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:39.558Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825559556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:52:39.659Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:52:39.660Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:39.660Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:39.700Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:39.701Z||pool-29-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:52:40.559Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9ca45026-9490-4cb1-80e2-6ceef20b8180
2022-04-13T04:52:40.560Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8b3df908-8c8a 0 6e545bc6-9346-40c6-9653-611b5d20aefa 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=?
2022-04-13T04:52:40.574Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a2ebafd, org.onap.sdc.toscaparser.api.parameters.Input@20df3d82, org.onap.sdc.toscaparser.api.parameters.Input@4b299a6b, org.onap.sdc.toscaparser.api.parameters.Input@2dd4adc1, org.onap.sdc.toscaparser.api.parameters.Input@20203d4]
2022-04-13T04:52:40.575Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.575Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:40.576Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-13T04:52:40.576Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2edef9c7-50bf-4cf3-a32d-2a4519390b9a
2022-04-13T04:52:40.576Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2edef9c7-50bf-4cf3-a32d-2a4519390b9a matches Tosca VF Customization UUID: 2edef9c7-50bf-4cf3-a32d-2a4519390b9a
2022-04-13T04:52:40.576Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2edef9c7-50bf-4cf3-a32d-2a4519390b9a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-13T04:52:40.578Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.578Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:40.579Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2edef9c7-50bf-4cf3-a32d-2a4519390b9a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-13T04:52:40.579Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54a72a19
2022-04-13T04:52:40.579Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.579Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-13T04:52:40.580Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ece06e14-28f2-45ea-87e3-103c71736514
2022-04-13T04:52:40.580Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ece06e14-28f2-45ea-87e3-103c71736514
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-13T04:52:40.582Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.582Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is matching search criteria
2022-04-13T04:52:40.582Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8b3df908-8c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T04:52:40.582Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.583Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is matching search criteria
2022-04-13T04:52:40.583Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8b3df908-8c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T04:52:40.583Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.583Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is not matching search criteria
2022-04-13T04:52:40.583Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-13T04:52:40.583Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-13T04:52:40.584Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-13T04:52:40.584Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-13T04:52:40.584Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-13T04:52:40.584Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-13T04:52:40.584Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:40.585Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-13T04:52:40.585Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:40.585Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-13T04:52:40.585Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T04:52:40.585Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=85195852-3d36-41ab-8d64-be153242ba34
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-13T04:52:40.587Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.587Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is matching search criteria
2022-04-13T04:52:40.588Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8b3df908-8c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T04:52:40.588Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.588Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is not matching search criteria
2022-04-13T04:52:40.588Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-13T04:52:40.588Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-13T04:52:40.589Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-13T04:52:40.589Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:40.589Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-13T04:52:40.589Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T04:52:40.589Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-13T04:52:40.589Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-13T04:52:40.589Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-13T04:52:40.590Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:40.590Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-13T04:52:40.590Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T04:52:40.590Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c896b89-261a-41e0-9b3c-5e0e3144d168
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-13T04:52:40.592Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.592Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is matching search criteria
2022-04-13T04:52:40.592Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8b3df908-8c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T04:52:40.596Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.596Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is not matching search criteria
2022-04-13T04:52:40.597Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-13T04:52:40.597Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-13T04:52:40.597Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-13T04:52:40.597Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:40.597Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-13T04:52:40.597Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T04:52:40.598Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-13T04:52:40.598Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-13T04:52:40.598Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-13T04:52:40.598Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-13T04:52:40.598Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-13T04:52:40.598Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-13T04:52:40.599Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0a30d852-3400-4cbe-954f-f88e1cb5e2c2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-13T04:52:40.600Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.600Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is matching search criteria
2022-04-13T04:52:40.601Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8b3df908-8c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T04:52:40.601Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.601Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Node template vFW 8b3df908-8c8a 0 is matching search criteria
2022-04-13T04:52:40.601Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8b3df908-8c8a 0] matching following query criteria: sdcType=VF, customizationUUID=2edef9c7-50bf-4cf3-a32d-2a4519390b9a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T04:52:40.603Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.603Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:40.603Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9ca45026-9490-4cb1-80e2-6ceef20b8180: vFW 8b3df908-8c8a
2022-04-13T04:52:40.603Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.603Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:40.604Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.604Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:40.604Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.604Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:40.604Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.605Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:40.605Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T04:52:40.605Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-13 04-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T04:52:40.605Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-04-13 04-47-18 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T04:52:40.762Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8b3df908-8c8a 6e545bc6-9346-40c6-9653-611b5d20aefa 1 ASDC deployResourceStructure
2022-04-13T04:52:40.762Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json ASDC sendASDCNotification
2022-04-13T04:52:40.763Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json
2022-04-13T04:52:40.763Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T04:52:40.763Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:40.765Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:40.765Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825560762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-13T04:52:40.865Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:52:40.867Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:40.867Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:40.884Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:40.885Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:52:41.765Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-13T04:52:41.766Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml
2022-04-13T04:52:41.766Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T04:52:41.766Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:41.768Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:41.768Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825561765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-13T04:52:41.868Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:52:41.870Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:41.870Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:41.892Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:41.893Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:52:42.769Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-13T04:52:42.769Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env
2022-04-13T04:52:42.769Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T04:52:42.770Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:42.771Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:42.772Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825562769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-13T04:52:42.872Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:52:42.873Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:42.873Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:42.902Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:42.903Z||pool-32-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-04-13T04:52:43.773Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar ASDC sendASDCNotification
2022-04-13T04:52:43.773Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar
2022-04-13T04:52:43.773Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T04:52:43.773Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:52:43.775Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:52:43.775Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825563772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T04:52:43.875Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:52:43.877Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:52:43.877Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:52:43.911Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:52:43.911Z||pool-33-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-13T04:52:44.776Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fe6e03e-e821-4990-8a9f-8488751423f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T04:52:44.796Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fe6e03e-e821-4990-8a9f-8488751423f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T04:52:44.798Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T04:52:44.799Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T04:52:44.799Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T04:53:14.799Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fe6e03e-e821-4990-8a9f-8488751423f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T04:53:14.815Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fe6e03e-e821-4990-8a9f-8488751423f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T04:53:14.819Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T04:53:14.819Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T04:53:14.819Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T04:53:16.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:53:16.736Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:53:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:53:16.796Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:53:16.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825476729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825476729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825476729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825476729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825476729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825476729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825479915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825474041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "dcae-sch",
  "timestamp": 1649825482285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649825475691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "cds",
  "timestamp": 1649825482321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "clamp",
  "timestamp": 1649825477909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "policy-id",
  "timestamp": 1649825483659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825485006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:53:16.804Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649825475691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825479915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "cds",
  "timestamp": 1649825482321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "dcae-sch",
  "timestamp": 1649825482285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825474041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "clamp",
  "timestamp": 1649825477909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "policy-id",
  "timestamp": 1649825483659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649825475691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825479915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "clamp",
  "timestamp": 1649825477909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825474041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "dcae-sch",
  "timestamp": 1649825482285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "cds",
  "timestamp": 1649825482321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "policy-id",
  "timestamp": 1649825483659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649825475691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825479915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825474041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "clamp",
  "timestamp": 1649825477909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "cds",
  "timestamp": 1649825482321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "dcae-sch",
  "timestamp": 1649825482285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "policy-id",
  "timestamp": 1649825483659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649825475691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825479915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "dcae-sch",
  "timestamp": 1649825482285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "cds",
  "timestamp": 1649825482321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825474041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "clamp",
  "timestamp": 1649825477909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "policy-id",
  "timestamp": 1649825483659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825488863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:53:16.813Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649825475691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825479915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "dcae-sch",
  "timestamp": 1649825482285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "clamp",
  "timestamp": 1649825477909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "cds",
  "timestamp": 1649825482321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825474041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "policy-id",
  "timestamp": 1649825483659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825490414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:53:16.816Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649825475691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825479915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "cds",
  "timestamp": 1649825482321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825474041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "dcae-sch",
  "timestamp": 1649825482285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "clamp",
  "timestamp": 1649825477909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "policy-id",
  "timestamp": 1649825483659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "aai-ml",
  "timestamp": 1649825491414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825491821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:53:16.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "policy-id",
  "timestamp": 1649825492180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:53:16.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825492213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:53:16.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825491916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:53:16.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "cds",
  "timestamp": 1649825491949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:53:16.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "aai-ml",
  "timestamp": 1649825491414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "policy-id",
  "timestamp": 1649825493200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T04:53:16.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825493046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/basic_onboard_kyncac0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-13T04:53:16.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "cds",
  "timestamp": 1649825492960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-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=?
2022-04-13T04:53:16.829Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9fe6e03e-e821-4990-8a9f-8488751423f1
2022-04-13T04:53:16.829Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e03e-e821-4990-8a9f-8488751423f1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T04:53:16.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "aai-ml",
  "timestamp": 1649825491414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.841Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825493538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:53:16.841Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "policy-id",
  "timestamp": 1649825494219,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T04:53:16.847Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fe6e03e-e821-4990-8a9f-8488751423f1
2022-04-13T04:53:16.847Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e03e-e821-4990-8a9f-8488751423f1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T04:53:16.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825494050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-13T04:53:16.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "aai-ml",
  "timestamp": 1649825491414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825495054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/resourceInstances/basic_onboard_kyncac0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-13T04:53:16.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825495098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:53:16.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "aai-ml",
  "timestamp": 1649825491414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825495393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T04:53:16.858Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825496060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyncac/1.0/artifacts/service-BasicOnboardKyncac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T04:53:16.858Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825496127,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T04:53:16.867Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fe6e03e-e821-4990-8a9f-8488751423f1
2022-04-13T04:53:16.867Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e03e-e821-4990-8a9f-8488751423f1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-13T04:53:16.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "aai-ml",
  "timestamp": 1649825491414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:53:16.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649825496398,
  "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=?
2022-04-13T04:53:16.881Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9fe6e03e-e821-4990-8a9f-8488751423f1
2022-04-13T04:53:16.881Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e03e-e821-4990-8a9f-8488751423f1 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 (?, ?, ?, ?, ?)
2022-04-13T04:53:16.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649825497131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-13T04:53:16.919Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "aai-ml",
  "timestamp": 1649825491414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:53:16.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:53:16.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "aai-ml",
  "timestamp": 1649825499833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:53:16.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "clamp",
  "timestamp": 1649825501583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:53:16.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "clamp",
  "timestamp": 1649825502609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T04:53:16.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "clamp",
  "timestamp": 1649825503613,
  "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=?
2022-04-13T04:53:16.940Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9fe6e03e-e821-4990-8a9f-8488751423f1
2022-04-13T04:53:16.941Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e03e-e821-4990-8a9f-8488751423f1 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 (?, ?, ?, ?, ?)
2022-04-13T04:53:16.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "aai-ml",
  "timestamp": 1649825514378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T04:53:16.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:53:16.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:53:16.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "aai-ml",
  "timestamp": 1649825515383,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T04:53:16.973Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9fe6e03e-e821-4990-8a9f-8488751423f1
2022-04-13T04:53:16.973Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e03e-e821-4990-8a9f-8488751423f1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T04:53:44.820Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fe6e03e-e821-4990-8a9f-8488751423f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T04:53:44.837Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fe6e03e-e821-4990-8a9f-8488751423f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T04:53:44.840Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T04:53:44.840Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-13T04:53:44.840Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-13T04:53:44.841Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-13T04:53:44.841Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T04:53:44.841Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T04:53:44.841Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T04:53:44.841Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T04:53:44.841Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T04:53:44.841Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T04:53:44.841Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||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=?
2022-04-13T04:53:44.847Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-13T04:54:14.848Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fe6e03e-e821-4990-8a9f-8488751423f1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-13T04:54:14.859Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fe6e03e-e821-4990-8a9f-8488751423f1 and serviceModelVersionId: 9ca45026-9490-4cb1-80e2-6ceef20b8180
2022-04-13T04:54:14.860Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a8800a2-733f-4669-85e5-d775434db155
2022-04-13T04:54:14.861Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a8800a2-733f-4669-85e5-d775434db155/model-vers/model-ver/9ca45026-9490-4cb1-80e2-6ceef20b8180?depth=0
2022-04-13T04:54:14.868Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-13T04:54:14.935Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a8800a2-733f-4669-85e5-d775434db155/model-vers/model-ver/9ca45026-9490-4cb1-80e2-6ceef20b8180?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-13T04:54:14.937Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a8800a2-733f-4669-85e5-d775434db155/model-vers/model-ver/9ca45026-9490-4cb1-80e2-6ceef20b8180?depth=0|INFO|500||Invoke
2022-04-13T04:54:14.970Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a8800a2-733f-4669-85e5-d775434db155/model-vers/model-ver/9ca45026-9490-4cb1-80e2-6ceef20b8180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-13T04:54:15.867Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a8800a2-733f-4669-85e5-d775434db155/model-vers/model-ver/9ca45026-9490-4cb1-80e2-6ceef20b8180?depth=0|INFO|500||InvokeReturn
2022-04-13T04:54:15.867Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a8800a2-733f-4669-85e5-d775434db155/model-vers/model-ver/9ca45026-9490-4cb1-80e2-6ceef20b8180?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220413-04:54:15:309-82357], vertex-id=[213216], Content-Length=[0], Date=[Wed, 13 Apr 2022 04:54:15 GMT], Content-Type=[application/json]}
2022-04-13T04:54:15.868Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-13T04:54:15.868Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-13T04:54:15.868Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T04:54:15.875Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T04:54:15.875Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fe6e03e-e821-4990-8a9f-8488751423f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-13T04:54:15.876Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-13T04:54:15.876Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T04:54:15.878Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T04:54:15.879Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825655876,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-13T04:54:15.979Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T04:54:15.980Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T04:54:15.980Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T04:54:16.008Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:54:16.009Z||pool-34-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-04-13T04:54:16.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:54:16.736Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:54:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:54:16.772Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:54:16.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97ca4a65-2fdc-443d-9530-2222098a58b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825543775,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-13T04:54:16.773Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:54:16.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825544801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:54:16.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:54:16.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825544801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T04:54:16.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:54:16.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825544801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-13T04:54:16.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:54:16.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825544801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:54:16.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:54:16.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825544801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-13T04:54:16.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:54:16.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825544801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T04:54:16.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:54:16.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825544801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T04:54:16.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-13T04:54:16.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825552943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:54:16.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:54:16.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825556185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:54:16.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:54:16.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825557713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:54:16.778Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:54:16.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825559556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-13T04:54:16.778Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:54:16.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825560762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/vfw8b3df9088c8a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-13T04:54:16.779Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:54:16.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825561765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-13T04:54:16.779Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:54:16.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825562769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/resourceInstances/vfw8b3df9088c8a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-13T04:54:16.780Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:54:16.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T04:54:16.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825563772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220413044718/1.0/artifacts/service-Vfw20220413044718-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T04:54:16.780Z||pool-2-thread-5|||||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=?
2022-04-13T04:54:16.909Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:54:16.910Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:54:16.910Z|9fe6e03e-e821-4990-8a9f-8488751423f1|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 hE91rN0hC2zphe69) ...
2022-04-13T04:54:26.505Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:54:26.507Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:54:26.507Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:54:26.508Z|9fe6e03e-e821-4990-8a9f-8488751423f1|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 hE91rN0hC2zphe69) ...
2022-04-13T04:54:36.147Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:55:16.729Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:55:16.733Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:55:16.733Z|9fe6e03e-e821-4990-8a9f-8488751423f1|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 hE91rN0hC2zphe69) ...
2022-04-13T04:55:16.735Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:55:16.736Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:55:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:55:17.297Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:55:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-13T04:55:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e03e-e821-4990-8a9f-8488751423f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649825655876,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-13T04:55:17.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T04:55:26.329Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:56:16.729Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:56:16.732Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:56:16.732Z|9fe6e03e-e821-4990-8a9f-8488751423f1|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 hE91rN0hC2zphe69) ...
2022-04-13T04:56:16.735Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:56:16.736Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:56:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:56:26.316Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:56:26.322Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:57:16.729Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:57:16.730Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:57:16.730Z|9fe6e03e-e821-4990-8a9f-8488751423f1|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 hE91rN0hC2zphe69) ...
2022-04-13T04:57:16.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:57:16.736Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:57:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:57:26.299Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:57:26.308Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:58:16.729Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:58:16.730Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:58:16.730Z|9fe6e03e-e821-4990-8a9f-8488751423f1|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 hE91rN0hC2zphe69) ...
2022-04-13T04:58:16.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:58:16.736Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:58:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:58:26.302Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:58:26.317Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:59:16.729Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:59:16.730Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:59:16.730Z|9fe6e03e-e821-4990-8a9f-8488751423f1|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 hE91rN0hC2zphe69) ...
2022-04-13T04:59:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T04:59:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T04:59:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T04:59:26.323Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T04:59:26.330Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:00:16.729Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:00:16.730Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:00:16.730Z|9fe6e03e-e821-4990-8a9f-8488751423f1|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 hE91rN0hC2zphe69) ...
2022-04-13T05:00:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:00:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:00:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:00:26.305Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:00:26.328Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:01:16.729Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:01:16.730Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:01:16.730Z|9fe6e03e-e821-4990-8a9f-8488751423f1|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 hE91rN0hC2zphe69) ...
2022-04-13T05:01:16.736Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:01:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:01:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:01:26.382Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:01:26.435Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:02:16.730Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:02:16.735Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:02:16.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:02:16.735Z|9fe6e03e-e821-4990-8a9f-8488751423f1|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 hE91rN0hC2zphe69) ...
2022-04-13T05:02:16.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:02:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:02:26.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:02:26.377Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:03:16.729Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:03:16.730Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:03:16.730Z|9fe6e03e-e821-4990-8a9f-8488751423f1|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 hE91rN0hC2zphe69) ...
2022-04-13T05:03:16.735Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:03:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:03:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:03:17.409Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:03:17.409Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:03:17.410Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.410Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0e71f65-8aff-4003-be09-f8ecdd35d0a1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"fc68b16a-5bd9-406e-b874-a0e38fd6e44d","serviceDescription":"service","serviceInvariantUUID":"195c9435-fc7d-4e03-aeac-15f3c6fcadbd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5cb05bda-09de-4c03-b4f8-d5dd17ad180c","resourceInvariantUUID":"d6d9d6b4-f981-4b63-92b1-7d2e9baee60d","resourceCustomizationUUID":"4e59fa79-2ea5-4a54-9544-9fd75ec41aa9","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NzExYjBkNWQ3ZDhlYWQ3NmNmNWE2YzYzZTQ5OTdiZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"155f84a9-5fcc-4060-8f3b-1958e03ccb59","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWI1YzUzMDlhN2QwZDhkMDBkYTk0OWU4NmI0MWQyYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2015c2bb-c0a2-4142-8b8c-970a7e927303","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-13T05:03:17.422Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:03:17.422Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.422Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:03:17.422Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "cds",
  "timestamp": 1649826157321,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:03:17.424Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.424Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.424Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "dcae-sch",
  "timestamp": 1649826162285,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:03:17.424Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.424Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.425Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826164041,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:03:17.425Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.425Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.425Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826159915,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:03:17.426Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.426Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.426Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "policy-id",
  "timestamp": 1649826163660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:03:17.426Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.426Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.426Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "cds",
  "timestamp": 1649826157321,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:03:17.427Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.427Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.427Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826159915,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:03:17.427Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.427Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.428Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826164041,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:03:17.428Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:03:17.428Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826196729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:03:17.428Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.429Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.429Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "dcae-sch",
  "timestamp": 1649826162285,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:03:17.429Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.429Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.429Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "policy-id",
  "timestamp": 1649826163660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:03:17.430Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.430Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.430Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "clamp",
  "timestamp": 1649826167909,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:03:17.430Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.430Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.430Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826168937,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:03:17.431Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:03:17.431Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.431Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "policy-id",
  "timestamp": 1649826169602,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:03:17.431Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:03:17.431Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.431Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "clamp",
  "timestamp": 1649826167909,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:03:17.432Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.432Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.432Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "cds",
  "timestamp": 1649826169542,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:03:17.432Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:03:17.432Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.433Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "policy-id",
  "timestamp": 1649826170608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:03:17.433Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:03:17.433Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.433Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "cds",
  "timestamp": 1649826170550,
  "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 (?, ?, ?, ?, ?)
2022-04-13T05:03:17.466Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0e71f65-8aff-4003-be09-f8ecdd35d0a1
2022-04-13T05:03:17.467Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0e71f65-8aff-4003-be09-f8ecdd35d0a1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:03:17.489Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.489Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826170662,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:03:17.489Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:03:17.489Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.490Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "policy-id",
  "timestamp": 1649826171612,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:03:17.495Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0e71f65-8aff-4003-be09-f8ecdd35d0a1
2022-04-13T05:03:17.496Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0e71f65-8aff-4003-be09-f8ecdd35d0a1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:03:17.508Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.508Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826171668,
  "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=?
2022-04-13T05:03:17.513Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0e71f65-8aff-4003-be09-f8ecdd35d0a1
2022-04-13T05:03:17.513Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0e71f65-8aff-4003-be09-f8ecdd35d0a1 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 (?, ?, ?, ?, ?)
2022-04-13T05:03:17.522Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.523Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826175691,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:03:17.523Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.523Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.523Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826175691,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:03:17.523Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.524Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.524Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "clamp",
  "timestamp": 1649826178725,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:03:17.524Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:03:17.524Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.524Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "aai-ml",
  "timestamp": 1649826181414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:03:17.525Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.525Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.525Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "clamp",
  "timestamp": 1649826181728,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:03:17.525Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:03:17.525Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.525Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "aai-ml",
  "timestamp": 1649826181414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:03:17.526Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:03:17.526Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.526Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "clamp",
  "timestamp": 1649826182732,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-04-13T05:03:17.527Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-13T05:03:17.528Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T05:03:17.528Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:03:17.543Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d0e71f65-8aff-4003-be09-f8ecdd35d0a1
2022-04-13T05:03:17.543Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0e71f65-8aff-4003-be09-f8ecdd35d0a1 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 (?, ?, ?, ?, ?)
2022-04-13T05:03:17.560Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:03:17.561Z||pool-35-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-04-13T05:03:17.571Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.572Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "aai-ml",
  "timestamp": 1649826185233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:03:17.572Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:03:17.572Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.572Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "aai-ml",
  "timestamp": 1649826195518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:03:17.572Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:03:17.572Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:03:17.573Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "aai-ml",
  "timestamp": 1649826196528,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:03:17.579Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0e71f65-8aff-4003-be09-f8ecdd35d0a1
2022-04-13T05:03:17.579Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0e71f65-8aff-4003-be09-f8ecdd35d0a1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:03:18.429Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:03:18.433Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:03:18.435Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:03:18.436Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826196729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:03:18.536Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:03:18.537Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T05:03:18.537Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:03:18.583Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:03:18.584Z||pool-36-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:03:19.437Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "fc68b16a-5bd9-406e-b874-a0e38fd6e44d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "195c9435-fc7d-4e03-aeac-15f3c6fcadbd",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4e59fa79-2ea5-4a54-9544-9fd75ec41aa9",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "5cb05bda-09de-4c03-b4f8-d5dd17ad180c",
      "resourceInvariantUUID": "d6d9d6b4-f981-4b63-92b1-7d2e9baee60d",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "OWI1YzUzMDlhN2QwZDhkMDBkYTk0OWU4NmI0MWQyYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2015c2bb-c0a2-4142-8b8c-970a7e927303"
    }
  ],
  "workloadContext": "Production"
}
2022-04-13T05:03:19.437Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-13T05:03:19.438Z|9fe6e03e-e821-4990-8a9f-8488751423f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fc68b16a-5bd9-406e-b874-a0e38fd6e44d ASDC
2022-04-13T05:03:19.439Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d0e71f65-8aff-4003-be09-f8ecdd35d0a1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:fc68b16a-5bd9-406e-b874-a0e38fd6e44d
ServiceInvariantUUID:195c9435-fc7d-4e03-aeac-15f3c6fcadbd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:2015c2bb-c0a2-4142-8b8c-970a7e927303
ArtifactChecksum:OWI1YzUzMDlhN2QwZDhkMDBkYTk0OWU4NmI0MWQyYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4e59fa79-2ea5-4a54-9544-9fd75ec41aa9
ResourceInvariantUUID:d6d9d6b4-f981-4b63-92b1-7d2e9baee60d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5cb05bda-09de-4c03-b4f8-d5dd17ad180c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-13T05:03:19.439Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc68b16a-5bd9-406e-b874-a0e38fd6e44d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-13T05:03:19.493Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T05:03:19.494Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T05:03:19.494Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T05:03:19.494Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2015c2bb-c0a2-4142-8b8c-970a7e927303 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-13T05:03:19.495Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-13T05:03:19.495Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-13T05:03:20.557Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-13T05:03:20.560Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2015c2bb-c0a2-4142-8b8c-970a7e927303 52481
2022-04-13T05:03:20.560Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-13T05:03:20.561Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-13T05:03:20.561Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T05:03:20.561Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:03:20.563Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:03:20.563Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826200560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:03:20.663Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:03:20.664Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T05:03:20.665Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:03:20.692Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:03:20.693Z||pool-37-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:03:21.564Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T05:03:21.565Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T05:03:21.565Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2015c2bb-c0a2-4142-8b8c-970a7e927303, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-13T05:03:21.566Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-13T05:03:21.566Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-13T05:03:21.566Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-13T05:03:21.825Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13230883859269076755/Definitions/service-BasicNetwork-template.yml
2022-04-13T05:03:22.324Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-13T05:03:22.325Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-13T05:03:22.325Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-13T05:03:22.326Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-13T05:03:22.326Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-13T05:03:22.326Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-13T05:03:22.326Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-13T05:03:22.327Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-13T05:03:22.327Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-13T05:03:22.327Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-13T05:03:22.327Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-13T05:03:22.327Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-13T05:03:22.327Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-13T05:03:22.328Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:03:22.336Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:03:22.336Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-13T05:03:22.337Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-13T05:03:22.337Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T05:03:22.337Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:03:22.337Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:03:22.338Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-13T05:03:22.338Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-13T05:03:22.338Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T05:03:22.338Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:03:22.339Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:03:22.339Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:03:22.339Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:03:22.340Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:03:22.340Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:03:22.340Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:03:22.341Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:03:22.341Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:03:22.341Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:03:22.341Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:fc68b16a-5bd9-406e-b874-a0e38fd6e44d
Model Version:NULL
Model InvariantUuid:195c9435-fc7d-4e03-aeac-15f3c6fcadbd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d6d9d6b4-f981-4b63-92b1-7d2e9baee60d
Model UUID:601418e7-f913-4d84-8bb4-3ec81a33ec5b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4e59fa79-2ea5-4a54-9544-9fd75ec41aa9
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-13T05:03:22.349Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 5cb05bda-09de-4c03-b4f8-d5dd17ad180c
2022-04-13T05:03:22.349Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||No resources found for Service: fc68b16a-5bd9-406e-b874-a0e38fd6e44d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T05:03:22.357Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||
2022-04-13T05:03:22.357Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-13T05:03:22.359Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: fc68b16a-5bd9-406e-b874-a0e38fd6e44d
2022-04-13T05:03:22.360Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: fc68b16a-5bd9-406e-b874-a0e38fd6e44d
2022-04-13T05:03:22.360Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-13T05:03:22.361Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T05:03:22.365Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2cdf0fab, org.onap.sdc.toscaparser.api.parameters.Input@40cc2ed, org.onap.sdc.toscaparser.api.parameters.Input@2de6371f, org.onap.sdc.toscaparser.api.parameters.Input@4bc97249, org.onap.sdc.toscaparser.api.parameters.Input@1f3f8ecc]
2022-04-13T05:03:22.366Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:03:22.366Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:03:22.366Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:03:22.367Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:03:22.367Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid fc68b16a-5bd9-406e-b874-a0e38fd6e44d: Generic NeutronNet
2022-04-13T05:03:22.367Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:03:22.367Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:03:22.368Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:03:22.368Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-04-13T05:03:22.413Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:03:22.413Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:03:22.414Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:03:22.414Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:03:22.414Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:03:22.414Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:03:22.415Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-13T05:03:22.518Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-13T05:03:22.519Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-13T05:03:22.519Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-13T05:03:22.519Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T05:03:22.520Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:03:22.521Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:03:22.522Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826202518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:03:22.622Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:03:22.622Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T05:03:22.623Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:03:22.641Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:03:22.642Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:03:23.526Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0e71f65-8aff-4003-be09-f8ecdd35d0a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:03:23.550Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0e71f65-8aff-4003-be09-f8ecdd35d0a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:03:23.554Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T05:03:23.554Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-13T05:03:23.554Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-13T05:03:23.554Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-13T05:03:23.554Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:03:23.555Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:03:23.555Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:03:23.555Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:03:23.555Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:03:23.555Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:03:23.555Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||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=?
2022-04-13T05:03:23.561Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-13T05:03:53.562Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0e71f65-8aff-4003-be09-f8ecdd35d0a1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-13T05:03:53.570Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0e71f65-8aff-4003-be09-f8ecdd35d0a1 and serviceModelVersionId: fc68b16a-5bd9-406e-b874-a0e38fd6e44d
2022-04-13T05:03:53.571Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 195c9435-fc7d-4e03-aeac-15f3c6fcadbd
2022-04-13T05:03:53.572Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/195c9435-fc7d-4e03-aeac-15f3c6fcadbd/model-vers/model-ver/fc68b16a-5bd9-406e-b874-a0e38fd6e44d?depth=0
2022-04-13T05:03:53.583Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-13T05:03:53.636Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/195c9435-fc7d-4e03-aeac-15f3c6fcadbd/model-vers/model-ver/fc68b16a-5bd9-406e-b874-a0e38fd6e44d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-13T05:03:53.638Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/195c9435-fc7d-4e03-aeac-15f3c6fcadbd/model-vers/model-ver/fc68b16a-5bd9-406e-b874-a0e38fd6e44d?depth=0|INFO|500||Invoke
2022-04-13T05:03:53.675Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/195c9435-fc7d-4e03-aeac-15f3c6fcadbd/model-vers/model-ver/fc68b16a-5bd9-406e-b874-a0e38fd6e44d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-13T05:03:54.532Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/195c9435-fc7d-4e03-aeac-15f3c6fcadbd/model-vers/model-ver/fc68b16a-5bd9-406e-b874-a0e38fd6e44d?depth=0|INFO|500||InvokeReturn
2022-04-13T05:03:54.533Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/195c9435-fc7d-4e03-aeac-15f3c6fcadbd/model-vers/model-ver/fc68b16a-5bd9-406e-b874-a0e38fd6e44d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220413-05:03:54:045-40786], vertex-id=[422088], Content-Length=[0], Date=[Wed, 13 Apr 2022 05:03:54 GMT], Content-Type=[application/json]}
2022-04-13T05:03:54.533Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-13T05:03:54.534Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-13T05:03:54.534Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T05:03:54.537Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T05:03:54.537Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0e71f65-8aff-4003-be09-f8ecdd35d0a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-13T05:03:54.538Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-13T05:03:54.538Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:03:54.540Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:03:54.540Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826234537,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-13T05:03:54.640Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:03:54.641Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T05:03:54.641Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:03:54.660Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:03:54.661Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-13T05:04:16.729Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:04:16.730Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:04:16.730Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|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 hE91rN0hC2zphe69) ...
2022-04-13T05:04:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:04:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:04:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:04:16.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:04:16.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-13T05:04:16.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826196729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:04:16.904Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:04:26.345Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:05:16.729Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:05:16.730Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:05:16.730Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|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 hE91rN0hC2zphe69) ...
2022-04-13T05:05:16.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:05:16.736Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:05:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:05:17.302Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:05:17.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:05:17.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826196729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:05:17.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:05:17.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:05:17.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826200560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:05:17.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:05:17.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:05:17.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826202518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:05:17.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:05:17.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:05:17.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0e71f65-8aff-4003-be09-f8ecdd35d0a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826234537,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-13T05:05:17.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:05:26.313Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:06:16.729Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:06:16.730Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:06:16.730Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|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 hE91rN0hC2zphe69) ...
2022-04-13T05:06:16.735Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:06:16.736Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:06:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:06:26.327Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:06:26.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:07:16.729Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:07:16.729Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:07:16.730Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|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 hE91rN0hC2zphe69) ...
2022-04-13T05:07:16.735Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:07:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:07:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:07:25.758Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:07:25.759Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T05:07:25.759Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"43b36e95-4fba-485c-aaa1-751c77d386f4","serviceName":"Demo_pNF_nHwGAoLUmWyXsR79oY6V","serviceVersion":"1.0","serviceUUID":"c44d503e-5d70-4cb4-ae5c-43a82d01bf19","serviceDescription":"catalog service description","serviceInvariantUUID":"b088b19f-7419-438f-a87b-d1fe5beb8901","resources":[{"resourceInstanceName":"pNF a6767fed-881d 0","resourceName":"pNF a6767fed-881d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6b2578f1-8bfc-4e8c-95b3-23b1f60aed4f","resourceInvariantUUID":"eece82a3-0d12-4f22-ac38-35b33517b0cd","resourceCustomizationUUID":"d82d5896-5f75-49ae-9449-f52813c3a31a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vf-license-model.xml","artifactChecksum":"MTZhNWQ2YjkyMmQ4YTBmM2E4MTRjNDdjODdhYWU4M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"716325dc-d437-4968-8b25-9b2693b56db2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/pNF.csar","artifactChecksum":"NWI5MjhmZmVmYzBhMGEwMmQzMmM0YWEwY2Y5ZWEwYTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f97e292-0c7d-4abd-86b3-402950c6ea6b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b89b6f9e-c390-4cf3-88fe-84d007d09238","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vendor-license-model.xml","artifactChecksum":"YmE5YzVjY2UwMDY3ZGMzOWFjYTU4MGU4YTY4NWNmY2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f82ad6f6-61f6-44ec-a759-56aa3a6c37cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1c069844-071e-472c-b679-ab51a30c8ef1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c99bca00-49c3-499e-ac62-09c9868fa148","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNhwgaolumwyxsr79oy6v-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-template.yml","artifactChecksum":"ZDcyNDdmYTBjMjE0N2MyYzgzNzc4ZDlmOTg1NzM5MTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1cc7ed31-45a3-4582-adba-39f12e5f3fda","artifactVersion":"1"},{"artifactName":"service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar","artifactChecksum":"OTY2NjZkYWQ1MWY0YmFhYzgyZTNjYTM3Y2VhYzg3NzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"abbdf866-bc8e-4514-9380-43c06fea144f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-13T05:07:25.763Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:07:25.763Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:07:25.766Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:07:25.766Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:07:25.866Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:07:25.867Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T05:07:25.867Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:07:25.915Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:07:25.915Z||pool-40-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-04-13T05:07:26.164Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:07:26.164Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:07:26.164Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:07:26.165Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:07:26.165Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:07:26.165Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "cds",
  "timestamp": 1649826442321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:07:26.165Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:07:26.766Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:07:26.767Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:07:26.769Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:07:26.770Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:07:26.870Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:07:26.871Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T05:07:26.871Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:07:26.922Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:07:26.922Z||pool-41-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-04-13T05:07:27.770Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:07:27.772Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:07:27.774Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:07:27.774Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:07:27.874Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:07:27.876Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T05:07:27.876Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:07:27.985Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:07:27.986Z||pool-42-thread-1|||||INFO|500||cambria reply ok (112 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:07:28.774Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:07:28.775Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:07:28.777Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:07:28.777Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:07:28.877Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:07:28.878Z||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.
2022-04-13T05:07:28.878Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:07:28.989Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:07:28.989Z||pool-43-thread-1|||||INFO|500||cambria reply ok (112 ms):{"serverTimeMs":2,"count":1}
2022-04-13T05:07:29.777Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:07:29.778Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:07:29.780Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:07:29.781Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:07:29.881Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:07:29.882Z||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.
2022-04-13T05:07:29.882Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:07:29.912Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:07:29.913Z||pool-44-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:07:30.781Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:07:30.783Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:07:30.785Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:07:30.785Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:07:30.885Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-13T05:07:30.886Z||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.
2022-04-13T05:07:30.886Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:07:30.929Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:07:30.929Z||pool-45-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:07:31.786Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:07:31.787Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:07:31.789Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:07:31.789Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:07:31.889Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:07:31.890Z||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.
2022-04-13T05:07:31.890Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:07:31.944Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:07:31.945Z||pool-46-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:07:32.790Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:07:32.791Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:07:32.793Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:07:32.793Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:07:32.893Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:07:32.894Z||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.
2022-04-13T05:07:32.894Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:07:32.951Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:07:32.952Z||pool-47-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-04-13T05:07:33.795Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "serviceName": "Demo_pNF_nHwGAoLUmWyXsR79oY6V",
  "serviceVersion": "1.0",
  "serviceUUID": "c44d503e-5d70-4cb4-ae5c-43a82d01bf19",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b088b19f-7419-438f-a87b-d1fe5beb8901",
  "resources": [
    {
      "resourceInstanceName": "pNF a6767fed-881d 0",
      "resourceCustomizationUUID": "d82d5896-5f75-49ae-9449-f52813c3a31a",
      "resourceName": "pNF a6767fed-881d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6b2578f1-8bfc-4e8c-95b3-23b1f60aed4f",
      "resourceInvariantUUID": "eece82a3-0d12-4f22-ac38-35b33517b0cd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
      "artifactChecksum": "OTY2NjZkYWQ1MWY0YmFhYzgyZTNjYTM3Y2VhYzg3NzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "abbdf866-bc8e-4514-9380-43c06fea144f"
    }
  ],
  "workloadContext": "Production"
}
2022-04-13T05:07:33.796Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-13T05:07:33.796Z|d0e71f65-8aff-4003-be09-f8ecdd35d0a1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c44d503e-5d70-4cb4-ae5c-43a82d01bf19 ASDC
2022-04-13T05:07:33.797Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:43b36e95-4fba-485c-aaa1-751c77d386f4
ServiceName:Demo_pNF_nHwGAoLUmWyXsR79oY6V
ServiceVersion:1.0
ServiceUUID:c44d503e-5d70-4cb4-ae5c-43a82d01bf19
ServiceInvariantUUID:b088b19f-7419-438f-a87b-d1fe5beb8901
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
ArtifactUUID:abbdf866-bc8e-4514-9380-43c06fea144f
ArtifactChecksum:OTY2NjZkYWQ1MWY0YmFhYzgyZTNjYTM3Y2VhYzg3NzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a6767fed-881d 0
ResourceCustomizationUUID:d82d5896-5f75-49ae-9449-f52813c3a31a
ResourceInvariantUUID:eece82a3-0d12-4f22-ac38-35b33517b0cd
ResourceName:pNF a6767fed-881d
ResourceType:PNF
ResourceUUID:6b2578f1-8bfc-4e8c-95b3-23b1f60aed4f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-13T05:07:33.797Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c44d503e-5d70-4cb4-ae5c-43a82d01bf19 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 (?, ?, ?, ?, ?)
2022-04-13T05:07:33.854Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T05:07:33.855Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T05:07:33.855Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T05:07:33.855Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: abbdf866-bc8e-4514-9380-43c06fea144f from URL: /sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:33.855Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-13T05:07:33.856Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:34.824Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-13T05:07:34.829Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar abbdf866-bc8e-4514-9380-43c06fea144f 82640
2022-04-13T05:07:34.830Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar ASDC sendASDCNotification
2022-04-13T05:07:34.831Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:34.831Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T05:07:34.831Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:07:34.833Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:07:34.833Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826454830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:07:34.934Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:07:34.935Z||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.
2022-04-13T05:07:34.935Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:07:34.954Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:07:34.955Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-13T05:07:35.834Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T05:07:35.835Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T05:07:35.835Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: abbdf866-bc8e-4514-9380-43c06fea144f, URL: /sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar to file: /app/ASDC/1/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:35.835Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:35.836Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:35.836Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:35.939Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15107856007834898950/Definitions/service-DemoPnfNhwgaolumwyxsr79oy6v-template.yml
2022-04-13T05:07:36.660Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-13T05:07:36.661Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-13T05:07:36.661Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:36.661Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-13T05:07:36.661Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a6767fed-881d 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-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:36.661Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||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-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:36.661Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:36.661Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||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-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:36.661Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||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-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:36.662Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||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-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:36.662Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||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-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:36.662Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-13T05:07:36.662Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:07:36.662Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_nHwGAoLUmWyXsR79oY6V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:07:36.662Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Node template pNF a6767fed-881d 0 is matching search criteria
2022-04-13T05:07:36.662Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-13T05:07:36.663Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF a6767fed-881d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T05:07:36.663Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:07:36.663Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_nHwGAoLUmWyXsR79oY6V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:07:36.663Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Node template pNF a6767fed-881d 0 is matching search criteria
2022-04-13T05:07:36.663Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-13T05:07:36.664Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF a6767fed-881d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T05:07:36.664Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:07:36.664Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_nHwGAoLUmWyXsR79oY6V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:07:36.664Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:07:36.664Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_nHwGAoLUmWyXsR79oY6V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:07:36.664Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:07:36.665Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_nHwGAoLUmWyXsR79oY6V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:07:36.665Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:07:36.665Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_nHwGAoLUmWyXsR79oY6V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:07:36.665Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:07:36.665Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_nHwGAoLUmWyXsR79oY6V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:07:36.665Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nHwGAoLUmWyXsR79oY6V
Description:catalog service description
Model UUID:c44d503e-5d70-4cb4-ae5c-43a82d01bf19
Model Version:NULL
Model InvariantUuid:b088b19f-7419-438f-a87b-d1fe5beb8901
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=?
2022-04-13T05:07:36.668Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6b2578f1-8bfc-4e8c-95b3-23b1f60aed4f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T05:07:36.671Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||pNF a6767fed-881d 0
2022-04-13T05:07:36.671Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6b2578f1-8bfc-4e8c-95b3-23b1f60aed4f
2022-04-13T05:07:36.671Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c44d503e-5d70-4cb4-ae5c-43a82d01bf19
2022-04-13T05:07:36.671Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c44d503e-5d70-4cb4-ae5c-43a82d01bf19
2022-04-13T05:07:36.671Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a6767fed-881d 0 6b2578f1-8bfc-4e8c-95b3-23b1f60aed4f 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=?
2022-04-13T05:07:36.675Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79a4edc4, org.onap.sdc.toscaparser.api.parameters.Input@7d009667, org.onap.sdc.toscaparser.api.parameters.Input@63583aea, org.onap.sdc.toscaparser.api.parameters.Input@75ecdfc7, org.onap.sdc.toscaparser.api.parameters.Input@2bf8c673]
2022-04-13T05:07:36.676Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:07:36.676Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_nHwGAoLUmWyXsR79oY6V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:07:36.676Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c44d503e-5d70-4cb4-ae5c-43a82d01bf19: pNF a6767fed-881d
2022-04-13T05:07:36.676Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||Processing PNF resource: 6b2578f1-8bfc-4e8c-95b3-23b1f60aed4f
2022-04-13T05:07:36.676Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-13T05:07:36.677Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_nHwGAoLUmWyXsR79oY6V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T05:07:36.677Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||Resource customization UUID: d82d5896-5f75-49ae-9449-f52813c3a31a is the same as notified resource customizationUUID: d82d5896-5f75-49ae-9449-f52813c3a31a
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 (?, ?)
2022-04-13T05:07:36.759Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a6767fed-881d 6b2578f1-8bfc-4e8c-95b3-23b1f60aed4f 0 ASDC deployResourceStructure
2022-04-13T05:07:36.759Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar ASDC sendASDCNotification
2022-04-13T05:07:36.759Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar
2022-04-13T05:07:36.759Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T05:07:36.760Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:07:36.763Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:07:36.763Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826456759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:07:36.862Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-13T05:07:36.863Z||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.
2022-04-13T05:07:36.863Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:07:36.895Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:07:36.896Z||pool-49-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:07:37.764Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:07:37.783Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:07:37.786Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T05:07:37.786Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:07:37.786Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:08:07.787Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:08:07.880Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:08:07.887Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T05:08:07.887Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:08:07.887Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:08:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:08:16.737Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:08:16.738Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:08:16.810Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:08:16.811Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:08:16.811Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826439915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:08:16.812Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:08:16.813Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:08:16.813Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826435696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:08:16.813Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:08:37.887Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:08:39.398Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:08:39.409Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T05:08:39.409Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:08:39.409Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:09:09.410Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:09:09.423Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:09:09.425Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T05:09:09.425Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:09:09.425Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:09:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:09:16.738Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:09:16.738Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:09:16.905Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:09:16.906Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:09:16.906Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "clamp",
  "timestamp": 1649826437910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:09:16.908Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:09:16.908Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:09:16.908Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "dcae-sch",
  "timestamp": 1649826442285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:09:16.909Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:09:16.909Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:09:16.909Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "policy-id",
  "timestamp": 1649826443659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:09:16.909Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:09:39.426Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:09:39.442Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:09:39.444Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T05:09:39.444Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:09:39.444Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:10:09.445Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:10:09.457Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:10:09.467Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T05:10:09.468Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:10:09.468Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:10:16.735Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:10:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:10:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:10:16.796Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:10:16.831Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.831Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.832Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.832Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.832Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "cds",
  "timestamp": 1649826442321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826439915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "clamp",
  "timestamp": 1649826437910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826435696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "policy-id",
  "timestamp": 1649826443659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "dcae-sch",
  "timestamp": 1649826442285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "clamp",
  "timestamp": 1649826437910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826439915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "policy-id",
  "timestamp": 1649826443659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "cds",
  "timestamp": 1649826442321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826435696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.837Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "dcae-sch",
  "timestamp": 1649826442285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.837Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.837Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.837Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "cds",
  "timestamp": 1649826442321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.837Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.837Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.837Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826439915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.837Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.837Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.838Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.838Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.838Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.838Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "clamp",
  "timestamp": 1649826437910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.838Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.838Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.838Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "dcae-sch",
  "timestamp": 1649826442285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.838Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.838Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.839Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826435696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.839Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.839Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.839Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "policy-id",
  "timestamp": 1649826443659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.839Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.839Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.839Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.839Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.839Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.840Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "cds",
  "timestamp": 1649826442321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.840Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.840Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.840Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826439915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.840Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.840Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.840Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "clamp",
  "timestamp": 1649826437910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.841Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.841Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.841Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826435696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.841Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.841Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.841Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "dcae-sch",
  "timestamp": 1649826442285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.841Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.841Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.841Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "policy-id",
  "timestamp": 1649826443659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.842Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.842Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.842Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.842Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.842Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.842Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "cds",
  "timestamp": 1649826442321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.842Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.843Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.843Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "clamp",
  "timestamp": 1649826437910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.843Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.843Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.843Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826439915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.843Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.843Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.843Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "dcae-sch",
  "timestamp": 1649826442285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.843Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.844Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.844Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "policy-id",
  "timestamp": 1649826443659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.844Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.844Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.844Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826435696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.844Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.844Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.845Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "aai-ml",
  "timestamp": 1649826451414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.845Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.845Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.845Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.845Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.845Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.845Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "cds",
  "timestamp": 1649826442321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.845Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.845Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.846Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "clamp",
  "timestamp": 1649826437910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.846Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.846Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.846Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826439915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.846Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.846Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.846Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "dcae-sch",
  "timestamp": 1649826442285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.847Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.847Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.847Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826435696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.847Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.847Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.847Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "policy-id",
  "timestamp": 1649826443659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.847Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.847Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.848Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "aai-ml",
  "timestamp": 1649826451414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.848Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.848Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.848Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "cds",
  "timestamp": 1649826442321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.848Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.848Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.848Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826436729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.849Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.849Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.849Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826439915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.849Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.849Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.849Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "clamp",
  "timestamp": 1649826437910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.849Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.849Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.849Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "dcae-sch",
  "timestamp": 1649826442285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.850Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.850Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.850Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826435696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.850Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.850Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.850Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "policy-id",
  "timestamp": 1649826443659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.850Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.850Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.851Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "aai-ml",
  "timestamp": 1649826451414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.851Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.851Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.851Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "aai-ml",
  "timestamp": 1649826451414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.851Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.851Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.851Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826454830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:10:16.851Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.851Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.852Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826455039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:10:16.852Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.852Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.852Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "policy-id",
  "timestamp": 1649826455216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:10:16.852Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.852Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.852Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "cds",
  "timestamp": 1649826454783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:10:16.852Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.853Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.853Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "aai-ml",
  "timestamp": 1649826451414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.853Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.853Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.853Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "policy-id",
  "timestamp": 1649826456231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:10:16.853Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.853Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.853Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "cds",
  "timestamp": 1649826455789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-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=?
2022-04-13T05:10:16.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 43b36e95-4fba-485c-aaa1-751c77d386f4
2022-04-13T05:10:16.864Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43b36e95-4fba-485c-aaa1-751c77d386f4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:10:16.878Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.878Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826456420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-13T05:10:16.878Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.878Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.878Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "aai-ml",
  "timestamp": 1649826451414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.878Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.879Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.879Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826456759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:10:16.879Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.879Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.879Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "policy-id",
  "timestamp": 1649826457234,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:10:16.886Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43b36e95-4fba-485c-aaa1-751c77d386f4
2022-04-13T05:10:16.886Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43b36e95-4fba-485c-aaa1-751c77d386f4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:10:16.897Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.897Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826457431,
  "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=?
2022-04-13T05:10:16.903Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 43b36e95-4fba-485c-aaa1-751c77d386f4
2022-04-13T05:10:16.904Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43b36e95-4fba-485c-aaa1-751c77d386f4 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 (?, ?, ?, ?, ?)
2022-04-13T05:10:16.913Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.913Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "aai-ml",
  "timestamp": 1649826451414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.913Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.913Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.914Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "aai-ml",
  "timestamp": 1649826451414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.914Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.914Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.914Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "aai-ml",
  "timestamp": 1649826461762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:10:16.914Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.915Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.915Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "clamp",
  "timestamp": 1649826462805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:10:16.915Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.915Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.915Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "clamp",
  "timestamp": 1649826463884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:10:16.915Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.916Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.916Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "clamp",
  "timestamp": 1649826464899,
  "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=?
2022-04-13T05:10:16.923Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 43b36e95-4fba-485c-aaa1-751c77d386f4
2022-04-13T05:10:16.923Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43b36e95-4fba-485c-aaa1-751c77d386f4 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 (?, ?, ?, ?, ?)
2022-04-13T05:10:16.933Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.934Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826464041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.934Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.934Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.934Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826464041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.934Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826464041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826464041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826464041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826464041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/resourceInstances/pnfa6767fed881d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826464041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826464041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "aai-ml",
  "timestamp": 1649826474078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:10:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826473318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:10:16.939Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.939Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.939Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "aai-ml",
  "timestamp": 1649826475091,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:10:16.946Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 43b36e95-4fba-485c-aaa1-751c77d386f4
2022-04-13T05:10:16.946Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43b36e95-4fba-485c-aaa1-751c77d386f4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:10:16.960Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.960Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826475356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNhwgaolumwyxsr79oy6v/1.0/artifacts/service-DemoPnfNhwgaolumwyxsr79oy6v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:10:16.960Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.960Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.960Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826476360,
  "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=?
2022-04-13T05:10:16.967Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43b36e95-4fba-485c-aaa1-751c77d386f4
2022-04-13T05:10:16.967Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43b36e95-4fba-485c-aaa1-751c77d386f4 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 (?, ?, ?, ?, ?)
2022-04-13T05:10:16.982Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "cds",
  "timestamp": 1649826472321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826475696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "cds",
  "timestamp": 1649826472321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.984Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.984Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.984Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826475696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.984Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.984Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.984Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "cds",
  "timestamp": 1649826472321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.984Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.984Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.984Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826475696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.985Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.985Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.985Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826479915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.985Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.985Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.985Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "cds",
  "timestamp": 1649826472321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.985Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.985Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.985Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826475696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.986Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.986Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.986Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "aai-ml",
  "timestamp": 1649826481414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.986Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.986Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.986Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826479915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.986Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.986Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.986Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "cds",
  "timestamp": 1649826472321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.987Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.987Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.987Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826475696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.987Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.987Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.987Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "dcae-sch",
  "timestamp": 1649826482285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.987Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.987Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.987Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "aai-ml",
  "timestamp": 1649826481414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.988Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.988Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.988Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826479915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.988Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.988Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.988Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "cds",
  "timestamp": 1649826472321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.988Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.988Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.989Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826475696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.989Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.989Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.989Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "dcae-sch",
  "timestamp": 1649826482285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.989Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.989Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.989Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "aai-ml",
  "timestamp": 1649826481414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.989Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.989Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.990Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826479915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.990Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.990Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.990Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "policy-id",
  "timestamp": 1649826483659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.990Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.990Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.990Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "cds",
  "timestamp": 1649826472321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.990Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.990Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.991Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826475696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.991Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.991Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.991Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "dcae-sch",
  "timestamp": 1649826482285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.991Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.991Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.991Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "aai-ml",
  "timestamp": 1649826481414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.991Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.991Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.991Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826479915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.992Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.992Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.992Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "policy-id",
  "timestamp": 1649826483659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.992Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.992Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.992Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "dcae-sch",
  "timestamp": 1649826482285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.992Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.992Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.992Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "aai-ml",
  "timestamp": 1649826481414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.993Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.993Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.993Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826479915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.993Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.993Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.993Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "policy-id",
  "timestamp": 1649826483659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.993Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.993Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.993Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "dcae-sch",
  "timestamp": 1649826482285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.994Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.994Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.994Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "aai-ml",
  "timestamp": 1649826481414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.994Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.994Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.994Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826479915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.994Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.994Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.994Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "policy-id",
  "timestamp": 1649826483659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.995Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.995Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.995Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "dcae-sch",
  "timestamp": 1649826482285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.995Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.995Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.995Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "aai-ml",
  "timestamp": 1649826481414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:10:16.995Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.995Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.996Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "policy-id",
  "timestamp": 1649826483659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.996Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.996Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.996Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "cds",
  "timestamp": 1649826488020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:10:16.997Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.997Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.997Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "dcae-sch",
  "timestamp": 1649826482285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.997Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.997Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.997Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826488724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:10:16.998Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:16.998Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.998Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "policy-id",
  "timestamp": 1649826483659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:16.998Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:16.998Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:16.998Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "cds",
  "timestamp": 1649826489033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:10:17.056Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 65e6b148-83a8-45ea-bd7f-876011bc0400
2022-04-13T05:10:17.057Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6b148-83a8-45ea-bd7f-876011bc0400 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:10:17.070Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.070Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "aai-ml",
  "timestamp": 1649826490358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:10:17.071Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:17.071Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.071Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "policy-id",
  "timestamp": 1649826483659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:10:17.071Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:17.071Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.072Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "cds",
  "timestamp": 1649826490039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:17.072Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:17.072Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.072Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826491128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:10:17.072Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:17.072Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.073Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "cds",
  "timestamp": 1649826490039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:17.073Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:17.073Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.073Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "policy-id",
  "timestamp": 1649826492822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:10:17.073Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:17.073Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.074Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "cds",
  "timestamp": 1649826490039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:17.074Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:17.074Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.074Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "policy-id",
  "timestamp": 1649826493832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:10:17.074Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826493620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:10:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "cds",
  "timestamp": 1649826490039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.076Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "policy-id",
  "timestamp": 1649826494838,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:10:17.094Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65e6b148-83a8-45ea-bd7f-876011bc0400
2022-04-13T05:10:17.094Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6b148-83a8-45ea-bd7f-876011bc0400 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:10:17.114Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.114Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826494716,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:10:17.120Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65e6b148-83a8-45ea-bd7f-876011bc0400
2022-04-13T05:10:17.120Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6b148-83a8-45ea-bd7f-876011bc0400 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-13T05:10:17.129Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.129Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "cds",
  "timestamp": 1649826490039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:17.129Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:17.129Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.129Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:17.129Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:17.129Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.129Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826495721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-13T05:10:17.130Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:10:17.130Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.130Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:17.130Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:17.130Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.130Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "cds",
  "timestamp": 1649826490039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:17.130Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:17.130Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:10:17.130Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826495691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:10:17.130Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:10:39.468Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:10:39.480Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:10:39.483Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T05:10:39.484Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-13T05:10:39.484Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-13T05:10:39.484Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-13T05:10:39.484Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:10:39.484Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:10:39.484Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:10:39.484Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:10:39.484Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:10:39.484Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:10:39.484Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:10:39.485Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||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=?
2022-04-13T05:10:39.490Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-13T05:11:09.491Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43b36e95-4fba-485c-aaa1-751c77d386f4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-13T05:11:09.500Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43b36e95-4fba-485c-aaa1-751c77d386f4 and serviceModelVersionId: c44d503e-5d70-4cb4-ae5c-43a82d01bf19
2022-04-13T05:11:09.500Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b088b19f-7419-438f-a87b-d1fe5beb8901
2022-04-13T05:11:09.502Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b088b19f-7419-438f-a87b-d1fe5beb8901/model-vers/model-ver/c44d503e-5d70-4cb4-ae5c-43a82d01bf19?depth=0
2022-04-13T05:11:09.511Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-13T05:11:09.574Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b088b19f-7419-438f-a87b-d1fe5beb8901/model-vers/model-ver/c44d503e-5d70-4cb4-ae5c-43a82d01bf19?depth=0|INFO|500||Invoke
2022-04-13T05:11:09.575Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b088b19f-7419-438f-a87b-d1fe5beb8901/model-vers/model-ver/c44d503e-5d70-4cb4-ae5c-43a82d01bf19?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b088b19f-7419-438f-a87b-d1fe5beb8901/model-vers/model-ver/c44d503e-5d70-4cb4-ae5c-43a82d01bf19?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[43b36e95-4fba-485c-aaa1-751c77d386f4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[64aa9a39-a1ee-4d91-8c16-bba7e1f23e34], X-ECOMP-RequestID=[43b36e95-4fba-485c-aaa1-751c77d386f4], X-TransactionId=[], X-ONAP-RequestID=[43b36e95-4fba-485c-aaa1-751c77d386f4], Content-Type=[application/merge-patch+json]}
2022-04-13T05:11:09.634Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b088b19f-7419-438f-a87b-d1fe5beb8901/model-vers/model-ver/c44d503e-5d70-4cb4-ae5c-43a82d01bf19?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-13T05:11:10.753Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b088b19f-7419-438f-a87b-d1fe5beb8901/model-vers/model-ver/c44d503e-5d70-4cb4-ae5c-43a82d01bf19?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/b088b19f-7419-438f-a87b-d1fe5beb8901/model-vers/model-ver/c44d503e-5d70-4cb4-ae5c-43a82d01bf19?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220413-05:11:10:024-29816], vertex-id=[217312], Content-Length=[0], Date=[Wed, 13 Apr 2022 05:11:10 GMT], Content-Type=[application/json]}
2022-04-13T05:11:10.753Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b088b19f-7419-438f-a87b-d1fe5beb8901/model-vers/model-ver/c44d503e-5d70-4cb4-ae5c-43a82d01bf19?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-13T05:11:10.754Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b088b19f-7419-438f-a87b-d1fe5beb8901/model-vers/model-ver/c44d503e-5d70-4cb4-ae5c-43a82d01bf19?depth=0|INFO|500||InvokeReturn
2022-04-13T05:11:10.754Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-13T05:11:10.754Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T05:11:10.760Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T05:11:10.761Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43b36e95-4fba-485c-aaa1-751c77d386f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-13T05:11:10.761Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-13T05:11:10.762Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:11:10.764Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:11:10.764Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826670761,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-13T05:11:10.864Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:11:10.865Z||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.
2022-04-13T05:11:10.866Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:11:10.939Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:11:10.940Z||pool-50-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-13T05:11:11.788Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:11:11.789Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:11:11.789Z|43b36e95-4fba-485c-aaa1-751c77d386f4|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 hE91rN0hC2zphe69) ...
2022-04-13T05:11:16.470Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:11:16.471Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.472Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"65e6b148-83a8-45ea-bd7f-876011bc0400","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"32233281-6660-44d4-b062-632577c94e98","serviceDescription":"service","serviceInvariantUUID":"75424a30-d3e5-491b-a5b0-ef6b94efe6d1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e7644d25-3936-4faa-a808-f866e6872dd7","resourceInvariantUUID":"f24407ac-8c08-40cc-b854-cec9d6124167","resourceCustomizationUUID":"43d0c51e-b292-472d-afc3-34d11d8d296d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YzkwNWIzODAzMTBiMzY5NzlmZTdlNmNmMmVlODkzYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"82c80432-890e-4259-9133-1927e85f85d0","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NDYxMmQyYzM5MjMyNmFkZTM0YmU1MmI0ZWFmYThhY2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"512a2ef6-8dfe-4488-b85b-9ffe97cd549e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc213dda-ed7d-4602-a8b1-21e55050786a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"44b293b9-7f48-4e09-a254-c6e253dee029","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1ded50c6-58e6-4689-b4a8-eaf90684c1cb","artifactVersion":"2","generatedFromUUID":"cc213dda-ed7d-4602-a8b1-21e55050786a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjJiMWMyNTdlYTBlNmRhNzkyYmU3Y2MwN2M1ZGNjOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"985eeee0-63bb-4ce0-a5e0-6d106c1dc55f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzRkOTRkM2Y4YzUzMGU3NzIxNzNiZGFiMjZkYmY0MjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e611262-be8d-47fb-96d3-ad6d2cb80fbd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-13T05:11:16.476Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:11:16.476Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:11:16.500Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:11:16.501Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.580Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-04-13T05:11:16.581Z||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.
2022-04-13T05:11:16.581Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:11:16.613Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:11:16.614Z||pool-51-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:11:16.735Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:11:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:11:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:11:16.783Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:11:16.829Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.830Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.830Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.830Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.830Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "cds",
  "timestamp": 1649826490039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.831Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.831Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.831Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826495691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.831Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.831Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.831Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.831Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.831Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.831Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "cds",
  "timestamp": 1649826490039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:11:16.832Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.832Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.832Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826495691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.832Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.832Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.832Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.832Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.832Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.832Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826495691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T05:11:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.833Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826495691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826499915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.834Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:11:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "cds",
  "timestamp": 1649826500900,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826495691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.835Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826499915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.836Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "cds",
  "timestamp": 1649826501913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:11:16.861Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
2022-04-13T05:11:16.861Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250bdb62-bb41-48b9-b1c2-2e11d6b1f687 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:11:16.871Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.871Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826495691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.871Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.872Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.872Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "dcae-sch",
  "timestamp": 1649826502285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:11:16.872Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.872Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.872Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.872Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.872Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.872Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826499915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T05:11:16.872Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.872Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.873Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826502361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:16.873Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.873Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.873Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826495691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.873Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.873Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.873Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "dcae-sch",
  "timestamp": 1649826502285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.873Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.873Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.874Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.874Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.874Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.874Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826499915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:11:16.874Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.874Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.874Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "policy-id",
  "timestamp": 1649826503659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.874Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.874Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.875Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "dcae-sch",
  "timestamp": 1649826502285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.875Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.875Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.875Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:11:16.875Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.875Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.875Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826499915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.875Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.875Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.875Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "policy-id",
  "timestamp": 1649826503659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.876Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.876Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.876Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826504829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:11:16.876Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.876Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.876Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "dcae-sch",
  "timestamp": 1649826502285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.876Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.876Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.876Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826499915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-13T05:11:16.877Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.877Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.877Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "aai-ml",
  "timestamp": 1649826506646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:11:16.877Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.877Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.877Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "policy-id",
  "timestamp": 1649826503659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.877Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.877Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.877Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826505832,
  "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=?
2022-04-13T05:11:16.882Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 65e6b148-83a8-45ea-bd7f-876011bc0400
2022-04-13T05:11:16.882Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6b148-83a8-45ea-bd7f-876011bc0400 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 (?, ?, ?, ?, ?)
2022-04-13T05:11:16.898Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.898Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "dcae-sch",
  "timestamp": 1649826502285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.898Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.898Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.898Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826499915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.898Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.898Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.898Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "aai-ml",
  "timestamp": 1649826507654,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:11:16.907Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 65e6b148-83a8-45ea-bd7f-876011bc0400
2022-04-13T05:11:16.907Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6b148-83a8-45ea-bd7f-876011bc0400 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:11:16.931Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.931Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "policy-id",
  "timestamp": 1649826503659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:11:16.931Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.931Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.932Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.932Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.932Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.932Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "dcae-sch",
  "timestamp": 1649826502285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.932Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.932Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.932Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826499915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:11:16.932Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.932Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.932Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "policy-id",
  "timestamp": 1649826503659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.932Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.932Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.933Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.933Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.933Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.933Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "dcae-sch",
  "timestamp": 1649826502285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.933Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.933Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.933Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "policy-id",
  "timestamp": 1649826503659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.933Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.933Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.933Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.933Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.933Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.933Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "dcae-sch",
  "timestamp": 1649826502285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.934Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.934Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.934Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826509689,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:16.934Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.934Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.934Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "policy-id",
  "timestamp": 1649826503659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.934Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.934Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.934Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "policy-id",
  "timestamp": 1649826503659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:11:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "aai-ml",
  "timestamp": 1649826511415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.935Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826511757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "aai-ml",
  "timestamp": 1649826511415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "policy-id",
  "timestamp": 1649826513144,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "aai-ml",
  "timestamp": 1649826511415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "policy-id",
  "timestamp": 1649826514154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:11:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.937Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826513949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826494042,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:11:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "aai-ml",
  "timestamp": 1649826511415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "dcae-sch",
  "timestamp": 1649826515368,
  "artifactURL": "/sdc/v1/catalog/services/1db0988d-2741-4d32-80ea-760623547344/resourceInstances/basicclamp0/artifacts/0282eac3-5a98-4eb5-b0fc-14eae917a393",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.938Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "policy-id",
  "timestamp": 1649826515160,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:11:16.956Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
2022-04-13T05:11:16.956Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250bdb62-bb41-48b9-b1c2-2e11d6b1f687 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:11:16.967Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.967Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826515015,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:11:16.972Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
2022-04-13T05:11:16.972Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250bdb62-bb41-48b9-b1c2-2e11d6b1f687 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-13T05:11:16.980Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.980Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "aai-ml",
  "timestamp": 1649826511415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.981Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.981Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.981Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826515587,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:16.981Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.981Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.981Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826516018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-13T05:11:16.982Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.982Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.982Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "aai-ml",
  "timestamp": 1649826511415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.982Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.982Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.982Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "dcae-sch",
  "timestamp": 1649826517273,
  "artifactURL": "/sdc/v1/catalog/services/1db0988d-2741-4d32-80ea-760623547344/resourceInstances/basicclamp0/artifacts/0282eac3-5a98-4eb5-b0fc-14eae917a393",
  "status": "DEPLOY_OK"
}
2022-04-13T05:11:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "aai-ml",
  "timestamp": 1649826511415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "dcae-sch",
  "timestamp": 1649826518291,
  "artifactURL": "/sdc/v1/catalog/services/1db0988d-2741-4d32-80ea-760623547344/resourceInstances/basicclamp0/artifacts/0282eac3-5a98-4eb5-b0fc-14eae917a393",
  "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=?
2022-04-13T05:11:16.989Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
2022-04-13T05:11:16.989Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250bdb62-bb41-48b9-b1c2-2e11d6b1f687 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 (?, ?, ?, ?, ?)
2022-04-13T05:11:16.997Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.997Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "aai-ml",
  "timestamp": 1649826511415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:11:16.997Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:16.997Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.997Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826518322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:11:16.997Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.997Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.998Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "clamp",
  "timestamp": 1649826518799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:16.998Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:16.998Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:16.998Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826519326,
  "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=?
2022-04-13T05:11:17.003Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
2022-04-13T05:11:17.003Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250bdb62-bb41-48b9-b1c2-2e11d6b1f687 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 (?, ?, ?, ?, ?)
2022-04-13T05:11:17.011Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.011Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "clamp",
  "timestamp": 1649826520840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:11:17.011Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:17.011Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.011Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "aai-ml",
  "timestamp": 1649826521449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:17.011Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:17.012Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.012Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "clamp",
  "timestamp": 1649826521844,
  "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=?
2022-04-13T05:11:17.016Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 65e6b148-83a8-45ea-bd7f-876011bc0400
2022-04-13T05:11:17.017Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6b148-83a8-45ea-bd7f-876011bc0400 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 (?, ?, ?, ?, ?)
2022-04-13T05:11:17.027Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.028Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.028Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.028Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.028Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.028Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.028Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.028Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T05:11:17.028Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.028Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.029Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.029Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.029Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.029Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.029Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.029Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.029Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.029Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.029Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.029Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.030Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.030Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.030Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "clamp",
  "timestamp": 1649826497909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:11:17.030Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.030Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.030Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "aai-ml",
  "timestamp": 1649826537839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:11:17.030Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:17.030Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.030Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "aai-ml",
  "timestamp": 1649826538848,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:11:17.035Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
2022-04-13T05:11:17.035Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250bdb62-bb41-48b9-b1c2-2e11d6b1f687 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:11:17.044Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.044Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "clamp",
  "timestamp": 1649826542805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:17.045Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:17.045Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.045Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "clamp",
  "timestamp": 1649826543816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:17.045Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:17.045Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.045Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826539915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.046Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.046Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.046Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "dcae-sch",
  "timestamp": 1649826542286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.046Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.046Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.046Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1649826541419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.046Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.047Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.047Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826535693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.047Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.047Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.047Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "policy-id",
  "timestamp": 1649826543659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.047Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.047Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.048Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826539915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.048Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.048Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.048Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826535693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.048Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.048Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.049Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "dcae-sch",
  "timestamp": 1649826542286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.049Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.049Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.049Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1649826541419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.049Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.049Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.050Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "policy-id",
  "timestamp": 1649826543659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.050Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.050Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.050Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826539915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.050Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.050Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.050Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826535693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.051Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.051Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.051Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "dcae-sch",
  "timestamp": 1649826542286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.051Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.051Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.051Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1649826541419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.052Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.052Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.052Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "clamp",
  "timestamp": 1649826547995,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:11:17.052Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:17.052Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.052Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "policy-id",
  "timestamp": 1649826543659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.052Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.053Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.053Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "cds",
  "timestamp": 1649826547321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.053Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.053Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.053Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826539915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.053Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.053Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.054Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826535693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.054Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.054Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.054Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "dcae-sch",
  "timestamp": 1649826542286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.054Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.054Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.054Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "clamp",
  "timestamp": 1649826549002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-13T05:11:17.055Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:17.055Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.055Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1649826541419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.055Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.055Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.055Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "policy-id",
  "timestamp": 1649826543659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.056Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.056Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.056Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "cds",
  "timestamp": 1649826547321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.056Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.056Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.056Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826539915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.057Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.057Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.057Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826535693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.057Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.057Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.057Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "clamp",
  "timestamp": 1649826550012,
  "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=?
2022-04-13T05:11:17.065Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
2022-04-13T05:11:17.065Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250bdb62-bb41-48b9-b1c2-2e11d6b1f687 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 (?, ?, ?, ?, ?)
2022-04-13T05:11:17.074Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.074Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1649826541419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.074Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.074Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "dcae-sch",
  "timestamp": 1649826542286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "policy-id",
  "timestamp": 1649826543659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "cds",
  "timestamp": 1649826547321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826539915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.075Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.076Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.076Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826535693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.076Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.076Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.076Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1649826541419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.076Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.076Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.076Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "dcae-sch",
  "timestamp": 1649826542286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.076Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.076Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.076Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "policy-id",
  "timestamp": 1649826543659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.077Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.077Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.077Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "cds",
  "timestamp": 1649826547321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.077Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.077Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.077Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.077Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.077Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.077Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826539915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.077Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.077Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.077Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1649826541419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.077Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.078Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.078Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826535693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:11:17.078Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.078Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.078Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "policy-id",
  "timestamp": 1649826543659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.078Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.078Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.078Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "dcae-sch",
  "timestamp": 1649826542286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.078Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.078Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.078Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "cds",
  "timestamp": 1649826547321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.079Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.079Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.079Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.079Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.079Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.079Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826539915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.079Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.079Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.079Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "dcae-sch",
  "timestamp": 1649826542286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.079Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.079Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.080Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826535693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.080Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.080Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.080Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1649826541419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.080Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.080Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.080Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "policy-id",
  "timestamp": 1649826543659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.080Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.080Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.080Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "cds",
  "timestamp": 1649826547321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.081Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.081Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.081Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.081Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.081Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.081Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826539915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:11:17.081Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.081Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.081Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1649826541419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:11:17.081Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "dcae-sch",
  "timestamp": 1649826542286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826535693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "policy-id",
  "timestamp": 1649826543659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:11:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "cds",
  "timestamp": 1649826547321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "cds",
  "timestamp": 1649826547321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.084Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:17.084Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.084Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.084Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1649826556859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:17.084Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:17.084Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.084Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "cds",
  "timestamp": 1649826547321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:11:17.084Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:11:17.084Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.084Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "policy-id",
  "timestamp": 1649826556721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:17.084Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:17.085Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:11:17.085Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826556755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:11:17.085Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:11:17.501Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:11:17.502Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:11:17.504Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:11:17.505Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T05:11:17.604Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-13T05:11:17.606Z||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.
2022-04-13T05:11:17.606Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:11:17.675Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:11:17.676Z||pool-52-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:11:18.505Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:11:18.506Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:11:18.508Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:11:18.508Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:11:18.609Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-13T05:11:18.610Z||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.
2022-04-13T05:11:18.610Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:11:18.668Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:11:18.669Z||pool-53-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:11:19.509Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:11:19.510Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:11:19.511Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:11:19.512Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:19.612Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:11:19.613Z||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.
2022-04-13T05:11:19.613Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:11:19.638Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:11:19.639Z||pool-54-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:11:20.512Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:11:20.513Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:11:20.515Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:11:20.515Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-13T05:11:20.615Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:11:20.616Z||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.
2022-04-13T05:11:20.616Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:11:20.653Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:11:20.654Z||pool-55-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:11:21.515Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:11:21.516Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:11:21.518Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:11:21.518Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:11:21.619Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:11:21.620Z||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.
2022-04-13T05:11:21.620Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:11:21.646Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:11:21.647Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-04-13T05:11:22.519Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:11:22.520Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:11:22.522Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:11:22.523Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:11:22.623Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:11:22.624Z||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.
2022-04-13T05:11:22.624Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:11:22.668Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:11:22.668Z||pool-57-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-04-13T05:11:23.524Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "32233281-6660-44d4-b062-632577c94e98",
  "serviceDescription": "service",
  "serviceInvariantUUID": "75424a30-d3e5-491b-a5b0-ef6b94efe6d1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "43d0c51e-b292-472d-afc3-34d11d8d296d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e7644d25-3936-4faa-a808-f866e6872dd7",
      "resourceInvariantUUID": "f24407ac-8c08-40cc-b854-cec9d6124167",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "NDYxMmQyYzM5MjMyNmFkZTM0YmU1MmI0ZWFmYThhY2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "512a2ef6-8dfe-4488-b85b-9ffe97cd549e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc213dda-ed7d-4602-a8b1-21e55050786a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1ded50c6-58e6-4689-b4a8-eaf90684c1cb",
            "generatedFromUUID": "cc213dda-ed7d-4602-a8b1-21e55050786a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1ded50c6-58e6-4689-b4a8-eaf90684c1cb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YzRkOTRkM2Y4YzUzMGU3NzIxNzNiZGFiMjZkYmY0MjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e611262-be8d-47fb-96d3-ad6d2cb80fbd"
    }
  ],
  "workloadContext": "Production"
}
2022-04-13T05:11:23.525Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-13T05:11:23.525Z|43b36e95-4fba-485c-aaa1-751c77d386f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 32233281-6660-44d4-b062-632577c94e98 ASDC
2022-04-13T05:11:23.527Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:65e6b148-83a8-45ea-bd7f-876011bc0400
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:32233281-6660-44d4-b062-632577c94e98
ServiceInvariantUUID:75424a30-d3e5-491b-a5b0-ef6b94efe6d1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:7e611262-be8d-47fb-96d3-ad6d2cb80fbd
ArtifactChecksum:YzRkOTRkM2Y4YzUzMGU3NzIxNzNiZGFiMjZkYmY0MjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:43d0c51e-b292-472d-afc3-34d11d8d296d
ResourceInvariantUUID:f24407ac-8c08-40cc-b854-cec9d6124167
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e7644d25-3936-4faa-a808-f866e6872dd7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:512a2ef6-8dfe-4488-b85b-9ffe97cd549e
ArtifactChecksum:NDYxMmQyYzM5MjMyNmFkZTM0YmU1MmI0ZWFmYThhY2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:cc213dda-ed7d-4602-a8b1-21e55050786a
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:1ded50c6-58e6-4689-b4a8-eaf90684c1cb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:1ded50c6-58e6-4689-b4a8-eaf90684c1cb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-13T05:11:23.527Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32233281-6660-44d4-b062-632577c94e98 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-13T05:11:23.641Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T05:11:23.642Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T05:11:23.642Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T05:11:23.642Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7e611262-be8d-47fb-96d3-ad6d2cb80fbd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-13T05:11:23.642Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-13T05:11:23.643Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-13T05:11:24.691Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||ERROR|500||failed to connect to url: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.51.192] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.dowloadArtifact(SdcConnectorClient.java:208)
	at org.onap.sdc.impl.DistributionClientImpl.download(DistributionClientImpl.java:252)
	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:364)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 24 common frames omitted
2022-04-13T05:11:24.692Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6660282c
2022-04-13T05:11:24.692Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-04-13T05:11:24.693Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-13T05:11:24.696Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7e611262-be8d-47fb-96d3-ad6d2cb80fbd failed to send request to ASDC 300 ASDC artifact download fail
2022-04-13T05:11:24.705Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-13T05:11:24.705Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(failed to send request to ASDC)
2022-04-13T05:11:24.706Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2022-04-13T05:11:24.706Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:11:24.708Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:11:24.708Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826684697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "failed to send request to ASDC"
}
2022-04-13T05:11:24.808Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:11:24.809Z||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.
2022-04-13T05:11:24.809Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:11:24.871Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:11:24.872Z||pool-58-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:11:25.737Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:7e611262-be8d-47fb-96d3-ad6d2cb80fbd)
Error message is failed to send request to ASDC

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-13T05:11:25.740Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T05:11:25.741Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e7644d25-3936-4faa-a808-f866e6872dd7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T05:11:25.744Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-04-13T05:11:25.744Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e7644d25-3936-4faa-a808-f866e6872dd7
2022-04-13T05:11:25.744Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 512a2ef6-8dfe-4488-b85b-9ffe97cd549e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-13T05:11:25.744Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-13T05:11:25.744Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-13T05:11:26.759Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||ERROR|500||failed to connect to url: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.51.192] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.dowloadArtifact(SdcConnectorClient.java:208)
	at org.onap.sdc.impl.DistributionClientImpl.download(DistributionClientImpl.java:252)
	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:364)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 23 common frames omitted
2022-04-13T05:11:26.759Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6996cda
2022-04-13T05:11:26.759Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-04-13T05:11:26.760Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-13T05:11:26.760Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_vm0_modules.json /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 512a2ef6-8dfe-4488-b85b-9ffe97cd549e failed to send request to ASDC 300 ASDC artifact download fail
2022-04-13T05:11:26.760Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-13T05:11:26.760Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json(failed to send request to ASDC)
2022-04-13T05:11:26.760Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2022-04-13T05:11:26.761Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:11:26.763Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:11:26.763Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826686760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "failed to send request to ASDC"
}
2022-04-13T05:11:26.863Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:11:26.864Z||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.
2022-04-13T05:11:26.864Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:11:26.917Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:11:26.918Z||pool-59-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:11:27.764Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_vm0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json(UUID:512a2ef6-8dfe-4488-b85b-9ffe97cd549e)
Error message is failed to send request to ASDC

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T05:11:27.765Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:11:27.777Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:11:27.780Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:11:27.780Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:11:57.781Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:11:57.795Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:11:57.799Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:11:57.799Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:12:16.735Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:12:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:12:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:12:16.789Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:12:16.791Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.791Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.792Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.792Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.792Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.792Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.792Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.792Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "policy-id",
  "timestamp": 1649826557728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:12:16.792Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:16.792Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.792Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.793Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.793Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.793Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826557925,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-13T05:12:16.793Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:16.793Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.793Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "cds",
  "timestamp": 1649826557565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:12:16.793Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:16.793Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.793Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.793Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.794Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.794Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "policy-id",
  "timestamp": 1649826558732,
  "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 (?, ?, ?, ?, ?)
2022-04-13T05:12:16.813Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4481d1c-f2a2-4067-9c3e-699a62b3e3c5
2022-04-13T05:12:16.814Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4481d1c-f2a2-4067-9c3e-699a62b3e3c5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:12:16.841Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.841Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.842Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.842Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.842Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826558952,
  "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=?
2022-04-13T05:12:16.851Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a4481d1c-f2a2-4067-9c3e-699a62b3e3c5
2022-04-13T05:12:16.852Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4481d1c-f2a2-4067-9c3e-699a62b3e3c5 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 (?, ?, ?, ?, ?)
2022-04-13T05:12:16.862Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.862Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.862Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.862Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.862Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:12:16.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826559993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826559915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.863Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.864Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.864Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.864Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.864Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.864Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826559993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.864Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.864Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.864Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "cds",
  "timestamp": 1649826561254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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=?
2022-04-13T05:12:16.874Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4481d1c-f2a2-4067-9c3e-699a62b3e3c5
2022-04-13T05:12:16.874Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4481d1c-f2a2-4067-9c3e-699a62b3e3c5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:12:16.888Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.889Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826559915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T05:12:16.889Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.889Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.889Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.889Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.889Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.889Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "dcae-sch",
  "timestamp": 1649826562285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.889Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.890Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.890Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826559993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.890Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.890Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.890Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826559915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:12:16.890Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.890Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.890Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:12:16.890Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.890Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.891Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "cds",
  "timestamp": 1649826562321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.891Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.891Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.891Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "dcae-sch",
  "timestamp": 1649826562285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.891Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.891Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.891Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826559993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.891Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.891Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.891Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826559915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.892Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.892Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.892Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "policy-id",
  "timestamp": 1649826563659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.892Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.892Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.892Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "cds",
  "timestamp": 1649826562321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.892Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.892Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.892Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826563931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:12:16.893Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:16.893Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.893Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "dcae-sch",
  "timestamp": 1649826562285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.893Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.893Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.893Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826559993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.893Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.893Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.893Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826559915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-13T05:12:16.893Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.894Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.894Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "policy-id",
  "timestamp": 1649826563659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.894Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.894Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.894Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "cds",
  "timestamp": 1649826562321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.894Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.894Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.894Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "dcae-sch",
  "timestamp": 1649826562285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.894Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.894Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.895Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826559915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.895Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.895Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.895Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826559993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.895Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.895Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.895Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826565724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:12:16.895Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:16.895Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.895Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "policy-id",
  "timestamp": 1649826563659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:12:16.895Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.896Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.896Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "cds",
  "timestamp": 1649826562321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.896Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.896Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.896Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "dcae-sch",
  "timestamp": 1649826562285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.896Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.896Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.896Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826559915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.896Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.896Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.896Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826559993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.897Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.897Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.897Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826566727,
  "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=?
2022-04-13T05:12:16.904Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4481d1c-f2a2-4067-9c3e-699a62b3e3c5
2022-04-13T05:12:16.904Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4481d1c-f2a2-4067-9c3e-699a62b3e3c5 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 (?, ?, ?, ?, ?)
2022-04-13T05:12:16.921Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.921Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "policy-id",
  "timestamp": 1649826563659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.921Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.921Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.922Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "cds",
  "timestamp": 1649826562321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.922Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.922Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.922Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "dcae-sch",
  "timestamp": 1649826562285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.922Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.922Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.922Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826559915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:12:16.922Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.922Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.922Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649826559993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.922Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.923Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.923Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.923Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.923Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.923Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "policy-id",
  "timestamp": 1649826563659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.923Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.923Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.923Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "cds",
  "timestamp": 1649826562321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.923Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.923Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.923Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "dcae-sch",
  "timestamp": 1649826562285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.924Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.924Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.924Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.924Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.924Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.924Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "policy-id",
  "timestamp": 1649826563659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.924Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.924Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.924Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "cds",
  "timestamp": 1649826562321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.924Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.924Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.925Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "dcae-sch",
  "timestamp": 1649826562285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.925Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.925Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.925Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1649826570636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:12:16.925Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:16.925Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.925Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "policy-id",
  "timestamp": 1649826563659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.925Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.925Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.925Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.925Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.926Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.926Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "cds",
  "timestamp": 1649826562321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:12:16.926Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.926Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.926Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826570265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:12:16.926Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:16.926Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.926Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "clamp",
  "timestamp": 1649826570801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:12:16.926Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:16.926Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.926Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "aai-ml",
  "timestamp": 1649826571646,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:12:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4481d1c-f2a2-4067-9c3e-699a62b3e3c5
2022-04-13T05:12:16.936Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4481d1c-f2a2-4067-9c3e-699a62b3e3c5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:12:16.946Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.946Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.946Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.946Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.946Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "policy-id",
  "timestamp": 1649826563659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:12:16.947Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.947Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.947Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "cds",
  "timestamp": 1649826571466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:12:16.947Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:16.947Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.947Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826571862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:12:16.947Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:16.947Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.947Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.947Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.948Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.948Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "policy-id",
  "timestamp": 1649826572902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:12:16.948Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:16.948Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.948Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "clamp",
  "timestamp": 1649826572840,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:12:16.948Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:16.948Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.948Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "aai-ml",
  "timestamp": 1649826572664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.948Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.948Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.948Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.949Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.949Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.949Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "cds",
  "timestamp": 1649826573250,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:12:16.967Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 524952ea-c595-4fcb-8e0d-dc487eb00300
2022-04-13T05:12:16.968Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 524952ea-c595-4fcb-8e0d-dc487eb00300 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:12:16.982Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "policy-id",
  "timestamp": 1649826573913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:12:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:16.983Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.984Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826573668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:12:16.984Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:16.984Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.984Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "aai-ml",
  "timestamp": 1649826572664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:16.985Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:16.985Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:16.985Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "clamp",
  "timestamp": 1649826573869,
  "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=?
2022-04-13T05:12:16.997Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4481d1c-f2a2-4067-9c3e-699a62b3e3c5
2022-04-13T05:12:16.998Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4481d1c-f2a2-4067-9c3e-699a62b3e3c5 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 (?, ?, ?, ?, ?)
2022-04-13T05:12:17.016Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.016Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:17.021Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.021Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.022Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "policy-id",
  "timestamp": 1649826574922,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:12:17.034Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 524952ea-c595-4fcb-8e0d-dc487eb00300
2022-04-13T05:12:17.034Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 524952ea-c595-4fcb-8e0d-dc487eb00300 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:12:17.046Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.047Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "aai-ml",
  "timestamp": 1649826572664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:17.047Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.047Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.047Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826574718,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:12:17.053Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 524952ea-c595-4fcb-8e0d-dc487eb00300
2022-04-13T05:12:17.053Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 524952ea-c595-4fcb-8e0d-dc487eb00300 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-13T05:12:17.061Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.061Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:17.061Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.061Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.061Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826554041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:12:17.062Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.062Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.062Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649826575721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-13T05:12:17.062Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:17.062Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.062Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "aai-ml",
  "timestamp": 1649826572664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:17.062Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.062Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.062Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T05:12:17.062Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.063Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.063Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826576351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:12:17.063Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:17.063Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.063Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "aai-ml",
  "timestamp": 1649826572664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:17.063Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.063Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.063Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:17.063Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.063Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.063Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "aai-ml",
  "timestamp": 1649826572664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:17.064Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.064Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.064Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:17.064Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.064Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.064Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:17.064Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.064Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.064Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "aai-ml",
  "timestamp": 1649826572664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:17.064Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.065Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.065Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826578703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:12:17.065Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:17.065Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.065Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "aai-ml",
  "timestamp": 1649826572664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:12:17.065Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.065Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.065Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:17.065Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.065Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.066Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649826579706,
  "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=?
2022-04-13T05:12:17.072Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 524952ea-c595-4fcb-8e0d-dc487eb00300
2022-04-13T05:12:17.073Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 524952ea-c595-4fcb-8e0d-dc487eb00300 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 (?, ?, ?, ?, ?)
2022-04-13T05:12:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:12:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "aai-ml",
  "timestamp": 1649826582256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:12:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:17.082Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "clamp",
  "timestamp": 1649826551017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:12:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:12:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "clamp",
  "timestamp": 1649826596064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-13T05:12:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "aai-ml",
  "timestamp": 1649826598417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:12:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.083Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "aai-ml",
  "timestamp": 1649826599434,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T05:12:17.090Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 524952ea-c595-4fcb-8e0d-dc487eb00300
2022-04-13T05:12:17.090Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 524952ea-c595-4fcb-8e0d-dc487eb00300 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:12:17.102Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.102Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "clamp",
  "timestamp": 1649826602820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-13T05:12:17.102Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:12:17.102Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:12:17.102Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "clamp",
  "timestamp": 1649826603831,
  "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=?
2022-04-13T05:12:17.107Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 524952ea-c595-4fcb-8e0d-dc487eb00300
2022-04-13T05:12:17.107Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 524952ea-c595-4fcb-8e0d-dc487eb00300 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 (?, ?, ?, ?, ?)
2022-04-13T05:12:27.800Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:12:27.811Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:12:27.813Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:12:27.814Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:12:57.814Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:12:57.829Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:12:57.843Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:12:57.844Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:13:16.735Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:13:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:13:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:13:16.768Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:13:16.769Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:13:16.769Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43b36e95-4fba-485c-aaa1-751c77d386f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826670761,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-13T05:13:16.770Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:13:16.770Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:13:16.770Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:13:16.770Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:13:27.844Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:13:27.865Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:13:27.868Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:13:27.868Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:13:57.868Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:13:57.879Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:13:57.883Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:13:57.883Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:14:16.735Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:14:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:14:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:14:17.348Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:14:17.349Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:14:17.349Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T05:14:17.349Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:14:17.350Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:14:17.350Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:14:17.350Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:14:17.350Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:14:17.350Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:14:17.350Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:14:17.350Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:14:17.350Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-13T05:14:17.350Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:14:17.350Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:14:17.350Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:14:17.350Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:14:17.351Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:14:17.351Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:14:17.351Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:14:17.351Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:14:17.351Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826684697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "failed to send request to ASDC"
}
2022-04-13T05:14:17.351Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:14:17.351Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T05:14:17.351Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826686760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "failed to send request to ASDC"
}
2022-04-13T05:14:17.351Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:14:27.884Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:14:27.904Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:14:27.908Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:14:27.908Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:14:57.908Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:14:57.924Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:14:57.928Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:14:57.928Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:15:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:15:16.741Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:15:16.741Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:15:26.362Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:15:27.929Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:15:27.946Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:15:27.949Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:15:27.949Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:15:57.950Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:15:57.963Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:15:57.966Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:15:57.966Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:16:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:16:16.737Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:16:16.737Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:16:26.305Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:16:27.967Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-13T05:16:27.968Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 65e6b148-83a8-45ea-bd7f-876011bc0400 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-13T05:16:27.977Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 65e6b148-83a8-45ea-bd7f-876011bc0400 and serviceModelVersionId: 32233281-6660-44d4-b062-632577c94e98
2022-04-13T05:16:27.977Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75424a30-d3e5-491b-a5b0-ef6b94efe6d1
2022-04-13T05:16:27.979Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75424a30-d3e5-491b-a5b0-ef6b94efe6d1/model-vers/model-ver/32233281-6660-44d4-b062-632577c94e98?depth=0
2022-04-13T05:16:27.989Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-13T05:16:28.049Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75424a30-d3e5-491b-a5b0-ef6b94efe6d1/model-vers/model-ver/32233281-6660-44d4-b062-632577c94e98?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-13T05:16:28.051Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75424a30-d3e5-491b-a5b0-ef6b94efe6d1/model-vers/model-ver/32233281-6660-44d4-b062-632577c94e98?depth=0|INFO|500||Invoke
2022-04-13T05:16:28.097Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75424a30-d3e5-491b-a5b0-ef6b94efe6d1/model-vers/model-ver/32233281-6660-44d4-b062-632577c94e98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-13T05:16:28.742Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75424a30-d3e5-491b-a5b0-ef6b94efe6d1/model-vers/model-ver/32233281-6660-44d4-b062-632577c94e98?depth=0|INFO|500||InvokeReturn
2022-04-13T05:16:28.743Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75424a30-d3e5-491b-a5b0-ef6b94efe6d1/model-vers/model-ver/32233281-6660-44d4-b062-632577c94e98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220413-05:16:28:499-14753], vertex-id=[225472], Content-Length=[0], Date=[Wed, 13 Apr 2022 05:16:28 GMT], Content-Type=[application/json]}
2022-04-13T05:16:28.743Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-13T05:16:28.744Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-13T05:16:28.744Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T05:16:28.747Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T05:16:28.748Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 65e6b148-83a8-45ea-bd7f-876011bc0400 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-13T05:16:28.748Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-13T05:16:28.749Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:16:28.751Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:16:28.752Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826988748,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-13T05:16:28.852Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:16:28.853Z||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.
2022-04-13T05:16:28.853Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:16:28.878Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:16:28.878Z||pool-60-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-13T05:16:29.771Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T05:16:29.771Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"250bdb62-bb41-48b9-b1c2-2e11d6b1f687","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"1db0988d-2741-4d32-80ea-760623547344","serviceDescription":"service","serviceInvariantUUID":"cfee766f-3d4e-4e64-a994-79d1f1918cc2","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ff351038-4b87-4ec7-86d1-6b7c1cf75c1d","resourceInvariantUUID":"82770bfc-4760-4748-bb27-4ce66b513e9c","resourceCustomizationUUID":"4d3e3a70-3ad8-4e5e-ae7c-9c7fcac1ca76","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":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0282eac3-5a98-4eb5-b0fc-14eae917a393","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":"YTE3Y2MyYmIyZDQ5ODQxNDA4ZTJhMjQxMmFmODFiZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43ec466f-9da6-4fab-b1d3-cc65cfbc25ba","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":"NGE1NTg4M2UzOWRhNjEwYTJkNzM3YzU5OTdiNTU2MGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7aba1ed1-dc72-415d-826a-32e62a9c85d8","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":"ad4c86ff-2c5d-4246-9bfc-6239adf2b73b","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":"d4f2de11-f35a-4218-870b-062664d136d5","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":"a680307a-1176-4657-8bb9-47371f477787","artifactVersion":"2","generatedFromUUID":"ad4c86ff-2c5d-4246-9bfc-6239adf2b73b"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NWE1ODg1ZWRjNGRkNmFiNmEyYzQ2YjIzNjY4ZDcxOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68f693b2-4bf1-48c6-82ca-c3986c917372","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NGFhOWE5NzU3Njg3MjU3MjA1NzI3YWRlMjlmYmQ4YWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b6e2bfe-0702-4e11-8e00-fea8113e6d8a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-13T05:16:29.772Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:16:29.772Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:16:29.774Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:16:29.774Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:16:29.875Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:16:29.876Z||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.
2022-04-13T05:16:29.876Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:16:29.895Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:16:29.895Z||pool-61-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:16:30.775Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:16:30.776Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:16:30.778Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:16:30.778Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:16:30.878Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:16:30.879Z||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.
2022-04-13T05:16:30.879Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:16:31.011Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:16:31.012Z||pool-62-thread-1|||||INFO|500||cambria reply ok (134 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:16:31.778Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:16:31.779Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:16:31.781Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:16:31.781Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T05:16:31.881Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:16:31.882Z||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.
2022-04-13T05:16:31.882Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:16:31.929Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:16:31.929Z||pool-63-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:16:32.782Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:16:32.783Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:16:32.785Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:16:32.785Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:16:32.885Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:16:32.886Z||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.
2022-04-13T05:16:32.886Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:16:32.905Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:16:32.906Z||pool-64-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:16:33.785Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:16:33.786Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:16:33.789Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:16:33.789Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:16:33.889Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:16:33.890Z||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.
2022-04-13T05:16:33.890Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:16:33.911Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:16:33.911Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:16:34.789Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:16:34.790Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:16:34.793Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:16:34.793Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-13T05:16:34.893Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:16:34.894Z||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.
2022-04-13T05:16:34.894Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:16:34.911Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:16:34.911Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:16:35.794Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:16:35.795Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:16:35.797Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:16:35.797Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:16:35.897Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-13T05:16:35.898Z||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.
2022-04-13T05:16:35.898Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:16:35.913Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:16:35.915Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:16:36.798Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:16:36.801Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:16:36.803Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:16:36.803Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:16:36.903Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-13T05:16:36.904Z||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.
2022-04-13T05:16:36.905Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:16:36.919Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:16:36.919Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-13T05:16:37.805Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "1db0988d-2741-4d32-80ea-760623547344",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cfee766f-3d4e-4e64-a994-79d1f1918cc2",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "4d3e3a70-3ad8-4e5e-ae7c-9c7fcac1ca76",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ff351038-4b87-4ec7-86d1-6b7c1cf75c1d",
      "resourceInvariantUUID": "82770bfc-4760-4748-bb27-4ce66b513e9c",
      "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": "NGE1NTg4M2UzOWRhNjEwYTJkNzM3YzU5OTdiNTU2MGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7aba1ed1-dc72-415d-826a-32e62a9c85d8",
          "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": "ad4c86ff-2c5d-4246-9bfc-6239adf2b73b",
          "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": "a680307a-1176-4657-8bb9-47371f477787",
            "generatedFromUUID": "ad4c86ff-2c5d-4246-9bfc-6239adf2b73b"
          },
          "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": "a680307a-1176-4657-8bb9-47371f477787",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NGFhOWE5NzU3Njg3MjU3MjA1NzI3YWRlMjlmYmQ4YWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8b6e2bfe-0702-4e11-8e00-fea8113e6d8a"
    }
  ],
  "workloadContext": "Production"
}
2022-04-13T05:16:37.806Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-13T05:16:37.806Z|65e6b148-83a8-45ea-bd7f-876011bc0400|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1db0988d-2741-4d32-80ea-760623547344 ASDC
2022-04-13T05:16:37.807Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:250bdb62-bb41-48b9-b1c2-2e11d6b1f687
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:1db0988d-2741-4d32-80ea-760623547344
ServiceInvariantUUID:cfee766f-3d4e-4e64-a994-79d1f1918cc2
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:8b6e2bfe-0702-4e11-8e00-fea8113e6d8a
ArtifactChecksum:NGFhOWE5NzU3Njg3MjU3MjA1NzI3YWRlMjlmYmQ4YWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:4d3e3a70-3ad8-4e5e-ae7c-9c7fcac1ca76
ResourceInvariantUUID:82770bfc-4760-4748-bb27-4ce66b513e9c
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:ff351038-4b87-4ec7-86d1-6b7c1cf75c1d
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:7aba1ed1-dc72-415d-826a-32e62a9c85d8
ArtifactChecksum:NGE1NTg4M2UzOWRhNjEwYTJkNzM3YzU5OTdiNTU2MGU=
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:ad4c86ff-2c5d-4246-9bfc-6239adf2b73b
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:a680307a-1176-4657-8bb9-47371f477787
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:a680307a-1176-4657-8bb9-47371f477787
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-13T05:16:37.808Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1db0988d-2741-4d32-80ea-760623547344 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-13T05:16:37.908Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T05:16:37.909Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T05:16:37.909Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T05:16:37.909Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8b6e2bfe-0702-4e11-8e00-fea8113e6d8a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-13T05:16:37.910Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-13T05:16:37.910Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-13T05:16:38.957Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||ERROR|500||failed to connect to url: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.51.192] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.dowloadArtifact(SdcConnectorClient.java:208)
	at org.onap.sdc.impl.DistributionClientImpl.download(DistributionClientImpl.java:252)
	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:364)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 24 common frames omitted
2022-04-13T05:16:38.958Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6ccd8118
2022-04-13T05:16:38.958Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-04-13T05:16:38.958Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-13T05:16:38.958Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-Basicclamp-csar.csar /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 8b6e2bfe-0702-4e11-8e00-fea8113e6d8a failed to send request to ASDC 300 ASDC artifact download fail
2022-04-13T05:16:38.959Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-13T05:16:38.959Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar(failed to send request to ASDC)
2022-04-13T05:16:38.959Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2022-04-13T05:16:38.959Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:16:38.961Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:16:38.961Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826998958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "failed to send request to ASDC"
}
2022-04-13T05:16:39.061Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:16:39.062Z||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.
2022-04-13T05:16:39.062Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:16:39.085Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:16:39.086Z||pool-69-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:16:39.963Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-Basicclamp-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar(UUID:8b6e2bfe-0702-4e11-8e00-fea8113e6d8a)
Error message is failed to send request to ASDC

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-13T05:16:39.968Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T05:16:39.968Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ff351038-4b87-4ec7-86d1-6b7c1cf75c1d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T05:16:39.971Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||basicclamp 0
2022-04-13T05:16:39.972Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ff351038-4b87-4ec7-86d1-6b7c1cf75c1d
2022-04-13T05:16:39.972Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7aba1ed1-dc72-415d-826a-32e62a9c85d8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-13T05:16:39.972Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-13T05:16:39.972Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-13T05:16:41.005Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||ERROR|500||failed to connect to url: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.51.192] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.dowloadArtifact(SdcConnectorClient.java:208)
	at org.onap.sdc.impl.DistributionClientImpl.download(DistributionClientImpl.java:252)
	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:364)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 23 common frames omitted
2022-04-13T05:16:41.006Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27bb1a14
2022-04-13T05:16:41.006Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-04-13T05:16:41.006Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-13T05:16:41.006Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basicclamp0_modules.json /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 7aba1ed1-dc72-415d-826a-32e62a9c85d8 failed to send request to ASDC 300 ASDC artifact download fail
2022-04-13T05:16:41.006Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-13T05:16:41.007Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json(failed to send request to ASDC)
2022-04-13T05:16:41.007Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2022-04-13T05:16:41.007Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:16:41.009Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:16:41.009Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827001006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "failed to send request to ASDC"
}
2022-04-13T05:16:41.109Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:16:41.110Z||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.
2022-04-13T05:16:41.110Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:16:41.135Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:16:41.135Z||pool-70-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:16:42.010Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basicclamp0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json(UUID:7aba1ed1-dc72-415d-826a-32e62a9c85d8)
Error message is failed to send request to ASDC

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T05:16:42.011Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:16:42.035Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:16:42.039Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:16:42.039Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:17:12.039Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:17:12.047Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:17:12.050Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:17:12.050Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:17:16.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:17:16.736Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:17:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:17:17.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:17:17.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:17:17.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6b148-83a8-45ea-bd7f-876011bc0400",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826988748,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-13T05:17:17.381Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:17:17.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:17:17.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:17:17.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:17:17.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:17:17.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:17:17.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:17:17.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:17:17.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T05:17:17.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:17:17.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:17:17.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:17:17.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:17:17.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:17:17.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:17:17.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:17:17.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:17:17.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-13T05:17:17.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:17:17.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:17:17.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:17:17.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:17:17.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:17:17.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:17:17.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:17:17.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:17:17.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826998958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "failed to send request to ASDC"
}
2022-04-13T05:17:17.386Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:17:17.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T05:17:17.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827001006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "failed to send request to ASDC"
}
2022-04-13T05:17:17.387Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:17:42.050Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:17:42.061Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:17:42.063Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:17:42.063Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:18:12.064Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:18:12.074Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:18:12.077Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:18:12.077Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:18:16.735Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:18:16.736Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:18:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:18:26.349Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:18:42.077Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:18:42.092Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:18:42.095Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:18:42.096Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:19:12.096Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:19:12.105Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:19:12.108Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:19:12.108Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:19:16.735Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:19:16.737Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:19:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:19:26.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:19:42.108Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:19:42.135Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:19:42.139Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:19:42.139Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:20:12.140Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:20:12.160Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:20:12.163Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:20:12.163Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:20:16.735Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:20:16.736Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:20:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:20:26.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:20:42.164Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:20:42.195Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:20:42.198Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:20:42.199Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:21:12.199Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:21:12.220Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:21:12.223Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:21:12.223Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:21:16.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:21:16.740Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:21:16.740Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:21:26.362Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:21:42.223Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-13T05:21:42.224Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-13T05:21:42.232Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 250bdb62-bb41-48b9-b1c2-2e11d6b1f687 and serviceModelVersionId: 1db0988d-2741-4d32-80ea-760623547344
2022-04-13T05:21:42.232Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cfee766f-3d4e-4e64-a994-79d1f1918cc2
2022-04-13T05:21:42.234Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cfee766f-3d4e-4e64-a994-79d1f1918cc2/model-vers/model-ver/1db0988d-2741-4d32-80ea-760623547344?depth=0
2022-04-13T05:21:42.242Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-13T05:21:42.300Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfee766f-3d4e-4e64-a994-79d1f1918cc2/model-vers/model-ver/1db0988d-2741-4d32-80ea-760623547344?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-13T05:21:42.304Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfee766f-3d4e-4e64-a994-79d1f1918cc2/model-vers/model-ver/1db0988d-2741-4d32-80ea-760623547344?depth=0|INFO|500||Invoke
2022-04-13T05:21:42.335Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfee766f-3d4e-4e64-a994-79d1f1918cc2/model-vers/model-ver/1db0988d-2741-4d32-80ea-760623547344?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-13T05:21:42.962Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfee766f-3d4e-4e64-a994-79d1f1918cc2/model-vers/model-ver/1db0988d-2741-4d32-80ea-760623547344?depth=0|INFO|500||InvokeReturn
2022-04-13T05:21:42.963Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfee766f-3d4e-4e64-a994-79d1f1918cc2/model-vers/model-ver/1db0988d-2741-4d32-80ea-760623547344?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220413-05:21:42:745-17665], vertex-id=[237648], Content-Length=[0], Date=[Wed, 13 Apr 2022 05:21:42 GMT], Content-Type=[application/json]}
2022-04-13T05:21:42.964Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-13T05:21:42.964Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-13T05:21:42.965Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T05:21:42.974Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T05:21:42.975Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 250bdb62-bb41-48b9-b1c2-2e11d6b1f687 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-13T05:21:42.975Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-13T05:21:42.976Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:21:42.981Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:21:42.981Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827302975,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-13T05:21:43.081Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:21:43.082Z||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.
2022-04-13T05:21:43.083Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:21:43.126Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:21:43.127Z||pool-71-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-13T05:21:44.003Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T05:21:44.003Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4481d1c-f2a2-4067-9c3e-699a62b3e3c5","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"37edfb63-14c1-44d9-982a-3235708f7338","serviceDescription":"service","serviceInvariantUUID":"2dea983f-04d6-45ca-b350-911db167bf29","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"88352336-a7b1-42b9-9897-6c117d45b85e","resourceInvariantUUID":"7cb515d5-6108-417a-b7cd-2c4347503c01","resourceCustomizationUUID":"19cd94ac-1097-47a6-a869-810480abe6ed","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NWViNmI2YzQ3YTI2NTMxY2VhZGViY2VmYTUxMDFlYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bffc9dd8-9dbe-4f57-a603-7aee7649dfa9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a2b8599b-1004-433c-8fa6-3a5e5d9c6187","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f649b961-9f0d-4c63-af64-288302674ec5","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"Nzg3OTZkNjZiMzRkYTM0MzViOWMyZjFhOTZmZTEzYTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"482dfed4-bb87-4cf5-8893-0d354a35090a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a49d2281-0e1c-46f7-bce2-cfde06c31a47","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4eafc672-160c-429f-b903-47baab5cf41b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"01c9ba5d-3e4a-45af-90a8-bafb8412971b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"OTAyNzE0MDRkNmExYWNhODA4MDc0OWJjZmJjNTQxOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4acb4d32-a5e5-4b38-8dfe-2ec8109fe057","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2EzNWE2YmNhMTdhY2YyNWU0NjIzMzIzZjJiYWFjODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9530948-a903-46cc-83ca-58a0ac4b2831","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-13T05:21:44.004Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:21:44.005Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:21:44.008Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:21:44.008Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:21:44.108Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:21:44.109Z||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.
2022-04-13T05:21:44.109Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:21:44.124Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:21:44.124Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:21:45.009Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:21:45.010Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:21:45.012Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:21:45.012Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:21:45.113Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-13T05:21:45.113Z||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.
2022-04-13T05:21:45.114Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:21:45.132Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:21:45.132Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-13T05:21:46.013Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:21:46.014Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:21:46.016Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:21:46.016Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:21:46.117Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-13T05:21:46.117Z||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.
2022-04-13T05:21:46.117Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:21:46.139Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:21:46.140Z||pool-74-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:21:47.017Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:21:47.018Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:21:47.020Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:21:47.021Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:21:47.121Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:21:47.121Z||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.
2022-04-13T05:21:47.122Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:21:47.153Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:21:47.153Z||pool-75-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:21:48.022Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:21:48.023Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:21:48.025Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:21:48.025Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:21:48.125Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:21:48.126Z||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.
2022-04-13T05:21:48.126Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:21:48.145Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:21:48.146Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-13T05:21:49.026Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:21:49.027Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:21:49.030Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:21:49.030Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:21:49.130Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:21:49.131Z||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.
2022-04-13T05:21:49.131Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:21:49.150Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:21:49.150Z||pool-77-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:21:50.031Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:21:50.032Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:21:50.034Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:21:50.034Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:21:50.134Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-13T05:21:50.135Z||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.
2022-04-13T05:21:50.135Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:21:50.149Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:21:50.149Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:21:51.035Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:21:51.036Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:21:51.038Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:21:51.038Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:21:51.140Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-13T05:21:51.141Z||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.
2022-04-13T05:21:51.141Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:21:51.217Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:21:51.218Z||pool-79-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:21:52.040Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:21:52.040Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:21:52.042Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:21:52.043Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:21:52.143Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:21:52.144Z||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.
2022-04-13T05:21:52.144Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:21:52.158Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:21:52.158Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:21:53.044Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "37edfb63-14c1-44d9-982a-3235708f7338",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2dea983f-04d6-45ca-b350-911db167bf29",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "19cd94ac-1097-47a6-a869-810480abe6ed",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "88352336-a7b1-42b9-9897-6c117d45b85e",
      "resourceInvariantUUID": "7cb515d5-6108-417a-b7cd-2c4347503c01",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "M2EzNWE2YmNhMTdhY2YyNWU0NjIzMzIzZjJiYWFjODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f9530948-a903-46cc-83ca-58a0ac4b2831"
    }
  ],
  "workloadContext": "Production"
}
2022-04-13T05:21:53.045Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-13T05:21:53.045Z|250bdb62-bb41-48b9-b1c2-2e11d6b1f687|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 37edfb63-14c1-44d9-982a-3235708f7338 ASDC
2022-04-13T05:21:53.045Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a4481d1c-f2a2-4067-9c3e-699a62b3e3c5
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:37edfb63-14c1-44d9-982a-3235708f7338
ServiceInvariantUUID:2dea983f-04d6-45ca-b350-911db167bf29
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:f9530948-a903-46cc-83ca-58a0ac4b2831
ArtifactChecksum:M2EzNWE2YmNhMTdhY2YyNWU0NjIzMzIzZjJiYWFjODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:19cd94ac-1097-47a6-a869-810480abe6ed
ResourceInvariantUUID:7cb515d5-6108-417a-b7cd-2c4347503c01
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:88352336-a7b1-42b9-9897-6c117d45b85e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-13T05:21:53.046Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37edfb63-14c1-44d9-982a-3235708f7338 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-13T05:21:53.109Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T05:21:53.109Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T05:21:53.109Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T05:21:53.110Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f9530948-a903-46cc-83ca-58a0ac4b2831 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-13T05:21:53.110Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-13T05:21:53.110Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-13T05:21:54.155Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||ERROR|500||failed to connect to url: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.51.192] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.dowloadArtifact(SdcConnectorClient.java:208)
	at org.onap.sdc.impl.DistributionClientImpl.download(DistributionClientImpl.java:252)
	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:364)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 24 common frames omitted
2022-04-13T05:21:54.155Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10a928a9
2022-04-13T05:21:54.155Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-04-13T05:21:54.156Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-13T05:21:54.156Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f9530948-a903-46cc-83ca-58a0ac4b2831 failed to send request to ASDC 300 ASDC artifact download fail
2022-04-13T05:21:54.156Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-13T05:21:54.156Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(failed to send request to ASDC)
2022-04-13T05:21:54.156Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2022-04-13T05:21:54.157Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:21:54.159Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:21:54.159Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827314156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "failed to send request to ASDC"
}
2022-04-13T05:21:54.259Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:21:54.260Z||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.
2022-04-13T05:21:54.260Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:21:54.274Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:21:54.275Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-13T05:21:55.160Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:f9530948-a903-46cc-83ca-58a0ac4b2831)
Error message is failed to send request to ASDC

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-13T05:21:55.167Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T05:21:55.167Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 88352336-a7b1-42b9-9897-6c117d45b85e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T05:21:55.170Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-04-13T05:21:55.170Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 88352336-a7b1-42b9-9897-6c117d45b85e
2022-04-13T05:21:55.170Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 37edfb63-14c1-44d9-982a-3235708f7338
2022-04-13T05:21:55.170Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 37edfb63-14c1-44d9-982a-3235708f7338
2022-04-13T05:21:55.170Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 88352336-a7b1-42b9-9897-6c117d45b85e 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=?
2022-04-13T05:21:55.173Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Exception :
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T05:21:55.188Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T05:21:55.198Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 88352336-a7b1-42b9-9897-6c117d45b85e 0 ASDC deployResourceStructure
2022-04-13T05:21:55.198Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback.
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.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.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	... 23 common frames omitted
2022-04-13T05:21:55.199Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-13T05:21:55.199Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.)
2022-04-13T05:21:55.199Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-13T05:21:55.200Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:21:55.202Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:21:55.202Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827315199,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
}
2022-04-13T05:21:55.302Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:21:55.303Z||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.
2022-04-13T05:21:55.303Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:21:55.329Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:21:55.329Z||pool-82-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:21:56.202Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4481d1c-f2a2-4067-9c3e-699a62b3e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:21:56.222Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4481d1c-f2a2-4067-9c3e-699a62b3e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:21:56.225Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T05:21:56.225Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-13T05:21:56.225Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-13T05:21:56.225Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-13T05:21:56.225Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:21:56.225Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:21:56.225Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:21:56.225Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:21:56.225Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:21:56.225Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-13T05:21:56.226Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-13T05:21:56.226Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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=?
2022-04-13T05:21:56.234Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-13T05:22:16.735Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:22:16.736Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:22:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:22:17.400Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:22:17.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-13T05:22:17.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250bdb62-bb41-48b9-b1c2-2e11d6b1f687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827302975,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-13T05:22:17.402Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:22:17.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-13T05:22:17.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:22:17.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:22:17.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-13T05:22:17.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:22:17.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:22:17.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-13T05:22:17.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:22:17.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:22:17.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-13T05:22:17.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:22:17.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:22:17.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-13T05:22:17.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:22:17.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:22:17.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-13T05:22:17.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:22:17.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:22:17.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-13T05:22:17.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:22:17.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:22:17.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-13T05:22:17.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:22:17.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:22:17.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-13T05:22:17.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:22:17.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:22:17.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-13T05:22:17.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827314156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "failed to send request to ASDC"
}
2022-04-13T05:22:17.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:22:17.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-13T05:22:17.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827315199,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
}
2022-04-13T05:22:17.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:22:26.234Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4481d1c-f2a2-4067-9c3e-699a62b3e3c5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-13T05:22:26.239Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4481d1c-f2a2-4067-9c3e-699a62b3e3c5 and serviceModelVersionId: 37edfb63-14c1-44d9-982a-3235708f7338
2022-04-13T05:22:26.240Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2dea983f-04d6-45ca-b350-911db167bf29
2022-04-13T05:22:26.240Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2dea983f-04d6-45ca-b350-911db167bf29/model-vers/model-ver/37edfb63-14c1-44d9-982a-3235708f7338?depth=0
2022-04-13T05:22:26.245Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-13T05:22:26.293Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dea983f-04d6-45ca-b350-911db167bf29/model-vers/model-ver/37edfb63-14c1-44d9-982a-3235708f7338?depth=0|INFO|500||Invoke
2022-04-13T05:22:26.293Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dea983f-04d6-45ca-b350-911db167bf29/model-vers/model-ver/37edfb63-14c1-44d9-982a-3235708f7338?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dea983f-04d6-45ca-b350-911db167bf29/model-vers/model-ver/37edfb63-14c1-44d9-982a-3235708f7338?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4481d1c-f2a2-4067-9c3e-699a62b3e3c5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[82855d2c-f90e-47bf-929b-9b51e907300f], X-ECOMP-RequestID=[a4481d1c-f2a2-4067-9c3e-699a62b3e3c5], X-TransactionId=[], X-ONAP-RequestID=[a4481d1c-f2a2-4067-9c3e-699a62b3e3c5], Content-Type=[application/merge-patch+json]}
2022-04-13T05:22:26.319Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dea983f-04d6-45ca-b350-911db167bf29/model-vers/model-ver/37edfb63-14c1-44d9-982a-3235708f7338?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-13T05:22:26.818Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dea983f-04d6-45ca-b350-911db167bf29/model-vers/model-ver/37edfb63-14c1-44d9-982a-3235708f7338?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/2dea983f-04d6-45ca-b350-911db167bf29/model-vers/model-ver/37edfb63-14c1-44d9-982a-3235708f7338?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220413-05:22:26:733-85587], vertex-id=[254032], Content-Length=[0], Date=[Wed, 13 Apr 2022 05:22:26 GMT], Content-Type=[application/json]}
2022-04-13T05:22:26.818Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dea983f-04d6-45ca-b350-911db167bf29/model-vers/model-ver/37edfb63-14c1-44d9-982a-3235708f7338?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-13T05:22:26.819Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dea983f-04d6-45ca-b350-911db167bf29/model-vers/model-ver/37edfb63-14c1-44d9-982a-3235708f7338?depth=0|INFO|500||InvokeReturn
2022-04-13T05:22:26.820Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-13T05:22:26.821Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T05:22:26.825Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T05:22:26.825Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4481d1c-f2a2-4067-9c3e-699a62b3e3c5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-04-13T05:22:26.825Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-13T05:22:26.825Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:22:26.827Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:22:26.827Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827346825,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-04-13T05:22:26.927Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:22:26.928Z||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.
2022-04-13T05:22:26.928Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:22:26.949Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:22:26.950Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-13T05:22:27.852Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T05:22:27.853Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"524952ea-c595-4fcb-8e0d-dc487eb00300","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6d8d7016-a7db-4833-954f-003ca59143a8","serviceDescription":"service","serviceInvariantUUID":"05d783b3-ef40-4086-bb2e-b922de79ddf6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"10dc8529-be8d-4403-ad4f-03b905b3061d","resourceInvariantUUID":"279cb10a-9ad3-42e4-a97d-bdccd407b7b0","resourceCustomizationUUID":"add5eda0-971e-4bdb-8006-cf23bf547f4d","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":"ODAzOTJiZmFiOTI0MDAyNjcxMmY1MDQ2ODQ5NjkzZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9d395cc9-7b06-4153-9de4-8d3d3b47fd9f","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":"NTk5YmQ0ZDY5MTUyZjI0ODY2OTdiN2YyZjE0NWIzMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aac2f402-347b-4063-9180-7950cb44e5ac","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":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bcd2256b-5d14-4d55-85f0-9381eacc1721","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":"c8a5edf7-03fd-4245-957f-f2303d2b8e38","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":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"57774c54-ba98-4002-be40-17ad9176e662","artifactVersion":"2","generatedFromUUID":"bcd2256b-5d14-4d55-85f0-9381eacc1721"},{"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":"NGM0ODk1ZWVjNjQyNjg5NjY3N2U2YzljZTcxMTk1NzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7fbe29f6-8228-409b-aff1-f8aa158b05a3","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":"MWI5Y2Q5MGYzZWU2ZGFmNjU0N2JlMjU2ZDViYmFiZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b79fa51a-52e4-4ad4-887c-fbc12da4c0a8","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDliZWVkY2U4MWJkYzU5NTA1MzA3NDI5ZGM4ZDdhMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"16a40aac-2c4e-4991-a160-7e5f1a6d6bbc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-13T05:22:27.853Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:22:27.853Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:22:27.855Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:22:27.856Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:22:27.956Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:22:27.957Z||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.
2022-04-13T05:22:27.957Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:22:27.986Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:22:27.986Z||pool-84-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-04-13T05:22:28.856Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:22:28.857Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:22:28.859Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:22:28.859Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T05:22:28.959Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:22:28.961Z||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.
2022-04-13T05:22:28.961Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:22:28.978Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:22:28.978Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:22:29.860Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:22:29.861Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:22:29.863Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:22:29.863Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:22:29.963Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:22:29.964Z||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.
2022-04-13T05:22:29.964Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:22:29.977Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:22:29.980Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-13T05:22:30.864Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:22:30.865Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:22:30.867Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:22:30.867Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:22:30.968Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:22:30.968Z||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.
2022-04-13T05:22:30.969Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:22:31.073Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:22:31.073Z||pool-87-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:22:31.867Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:22:31.868Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:22:31.871Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:22:31.871Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-13T05:22:31.971Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:22:31.972Z||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.
2022-04-13T05:22:31.972Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:22:31.999Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:22:32.000Z||pool-88-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-04-13T05:22:32.871Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:22:32.873Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:22:32.875Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:22:32.875Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:22:32.975Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:22:32.976Z||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.
2022-04-13T05:22:32.976Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:22:33.059Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:22:33.060Z||pool-89-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:22:33.875Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:22:33.876Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:22:33.878Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:22:33.878Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:22:33.978Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:22:33.979Z||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.
2022-04-13T05:22:33.979Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:22:33.995Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:22:33.995Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1}
2022-04-13T05:22:34.879Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T05:22:34.880Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:22:34.882Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:22:34.882Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:22:34.982Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:22:34.983Z||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.
2022-04-13T05:22:34.983Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:22:35.022Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:22:35.023Z||pool-91-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:22:35.883Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6d8d7016-a7db-4833-954f-003ca59143a8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "05d783b3-ef40-4086-bb2e-b922de79ddf6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "add5eda0-971e-4bdb-8006-cf23bf547f4d",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "10dc8529-be8d-4403-ad4f-03b905b3061d",
      "resourceInvariantUUID": "279cb10a-9ad3-42e4-a97d-bdccd407b7b0",
      "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": "NTk5YmQ0ZDY5MTUyZjI0ODY2OTdiN2YyZjE0NWIzMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aac2f402-347b-4063-9180-7950cb44e5ac",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bcd2256b-5d14-4d55-85f0-9381eacc1721",
          "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": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "57774c54-ba98-4002-be40-17ad9176e662",
            "generatedFromUUID": "bcd2256b-5d14-4d55-85f0-9381eacc1721"
          },
          "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": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "57774c54-ba98-4002-be40-17ad9176e662",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NDliZWVkY2U4MWJkYzU5NTA1MzA3NDI5ZGM4ZDdhMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "16a40aac-2c4e-4991-a160-7e5f1a6d6bbc"
    }
  ],
  "workloadContext": "Production"
}
2022-04-13T05:22:35.884Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-13T05:22:35.884Z|a4481d1c-f2a2-4067-9c3e-699a62b3e3c5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d8d7016-a7db-4833-954f-003ca59143a8 ASDC
2022-04-13T05:22:35.884Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:524952ea-c595-4fcb-8e0d-dc487eb00300
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6d8d7016-a7db-4833-954f-003ca59143a8
ServiceInvariantUUID:05d783b3-ef40-4086-bb2e-b922de79ddf6
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:16a40aac-2c4e-4991-a160-7e5f1a6d6bbc
ArtifactChecksum:NDliZWVkY2U4MWJkYzU5NTA1MzA3NDI5ZGM4ZDdhMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:add5eda0-971e-4bdb-8006-cf23bf547f4d
ResourceInvariantUUID:279cb10a-9ad3-42e4-a97d-bdccd407b7b0
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:10dc8529-be8d-4403-ad4f-03b905b3061d
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:aac2f402-347b-4063-9180-7950cb44e5ac
ArtifactChecksum:NTk5YmQ0ZDY5MTUyZjI0ODY2OTdiN2YyZjE0NWIzMGI=
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:bcd2256b-5d14-4d55-85f0-9381eacc1721
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
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:57774c54-ba98-4002-be40-17ad9176e662
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
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:57774c54-ba98-4002-be40-17ad9176e662
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-13T05:22:35.885Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d8d7016-a7db-4833-954f-003ca59143a8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-13T05:22:35.932Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T05:22:35.933Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T05:22:35.933Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-13T05:22:35.933Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 16a40aac-2c4e-4991-a160-7e5f1a6d6bbc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-13T05:22:35.933Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-13T05:22:35.934Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-13T05:22:36.971Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||ERROR|500||failed to connect to url: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.51.192] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.dowloadArtifact(SdcConnectorClient.java:208)
	at org.onap.sdc.impl.DistributionClientImpl.download(DistributionClientImpl.java:252)
	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:364)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 24 common frames omitted
2022-04-13T05:22:36.971Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e7b253b
2022-04-13T05:22:36.972Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-04-13T05:22:36.972Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-13T05:22:36.972Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 16a40aac-2c4e-4991-a160-7e5f1a6d6bbc failed to send request to ASDC 300 ASDC artifact download fail
2022-04-13T05:22:36.973Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-13T05:22:36.973Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(failed to send request to ASDC)
2022-04-13T05:22:36.973Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2022-04-13T05:22:36.973Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:22:36.975Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:22:36.975Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827356973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "failed to send request to ASDC"
}
2022-04-13T05:22:37.076Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:22:37.077Z||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.
2022-04-13T05:22:37.077Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:22:37.095Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:22:37.095Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:22:37.976Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:16a40aac-2c4e-4991-a160-7e5f1a6d6bbc)
Error message is failed to send request to ASDC

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-13T05:22:37.983Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T05:22:37.983Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 10dc8529-be8d-4403-ad4f-03b905b3061d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T05:22:37.985Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-04-13T05:22:37.986Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 10dc8529-be8d-4403-ad4f-03b905b3061d
2022-04-13T05:22:37.986Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aac2f402-347b-4063-9180-7950cb44e5ac from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-13T05:22:37.986Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-13T05:22:37.986Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||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
2022-04-13T05:22:39.021Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||ERROR|500||failed to connect to url: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.51.192] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.dowloadArtifact(SdcConnectorClient.java:208)
	at org.onap.sdc.impl.DistributionClientImpl.download(DistributionClientImpl.java:252)
	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:364)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 23 common frames omitted
2022-04-13T05:22:39.021Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@99c8ed4
2022-04-13T05:22:39.021Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-04-13T05:22:39.021Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-13T05:22:39.021Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_vm_macro0_modules.json /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json aac2f402-347b-4063-9180-7950cb44e5ac failed to send request to ASDC 300 ASDC artifact download fail
2022-04-13T05:22:39.022Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-13T05:22:39.022Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json(failed to send request to ASDC)
2022-04-13T05:22:39.022Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2022-04-13T05:22:39.022Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:22:39.024Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:22:39.024Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827359022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "failed to send request to ASDC"
}
2022-04-13T05:22:39.124Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:22:39.125Z||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.
2022-04-13T05:22:39.125Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:22:39.156Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:22:39.157Z||pool-93-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-13T05:22:40.025Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_vm_macro0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json(UUID:aac2f402-347b-4063-9180-7950cb44e5ac)
Error message is failed to send request to ASDC

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T05:22:40.026Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:22:40.037Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:22:40.040Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:22:40.040Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:23:10.040Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:23:10.052Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:23:10.055Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:23:10.055Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:23:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:23:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:23:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:23:17.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:23:17.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-13T05:23:17.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4481d1c-f2a2-4067-9c3e-699a62b3e3c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827346825,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-04-13T05:23:17.387Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:23:17.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-13T05:23:17.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:23:17.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:23:17.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-13T05:23:17.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-13T05:23:17.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:23:17.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-13T05:23:17.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-13T05:23:17.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:23:17.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-13T05:23:17.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:23:17.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:23:17.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-13T05:23:17.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-13T05:23:17.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:23:17.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-13T05:23:17.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:23:17.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:23:17.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-13T05:23:17.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-13T05:23:17.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:23:17.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-13T05:23:17.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649826671788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-13T05:23:17.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-13T05:23:17.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-13T05:23:17.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827356973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "failed to send request to ASDC"
}
2022-04-13T05:23:17.391Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:23:17.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-13T05:23:17.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827359022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "failed to send request to ASDC"
}
2022-04-13T05:23:17.391Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:23:40.055Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:23:40.067Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:23:40.070Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:23:40.070Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:24:10.070Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:24:10.082Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:24:10.084Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:24:10.084Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:24:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:24:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:24:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:24:26.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:24:40.085Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:24:40.099Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:24:40.101Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:24:40.102Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:25:10.102Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:25:10.121Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:25:10.124Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:25:10.124Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:25:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:25:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:25:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:25:26.344Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:25:40.124Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:25:40.145Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:25:40.149Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:25:40.149Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:26:10.149Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:26:10.159Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:26:10.162Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:26:10.162Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:26:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:26:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:26:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:26:26.309Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:26:40.162Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:26:40.173Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:26:40.177Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:26:40.177Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:27:10.177Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:27:10.191Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-13T05:27:10.193Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T05:27:10.194Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T05:27:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:27:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:27:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:27:26.326Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:27:40.194Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-13T05:27:40.195Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 524952ea-c595-4fcb-8e0d-dc487eb00300 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-13T05:27:40.203Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 524952ea-c595-4fcb-8e0d-dc487eb00300 and serviceModelVersionId: 6d8d7016-a7db-4833-954f-003ca59143a8
2022-04-13T05:27:40.203Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05d783b3-ef40-4086-bb2e-b922de79ddf6
2022-04-13T05:27:40.204Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05d783b3-ef40-4086-bb2e-b922de79ddf6/model-vers/model-ver/6d8d7016-a7db-4833-954f-003ca59143a8?depth=0
2022-04-13T05:27:40.209Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-13T05:27:40.255Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d783b3-ef40-4086-bb2e-b922de79ddf6/model-vers/model-ver/6d8d7016-a7db-4833-954f-003ca59143a8?depth=0|INFO|500||Invoke
2022-04-13T05:27:40.256Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d783b3-ef40-4086-bb2e-b922de79ddf6/model-vers/model-ver/6d8d7016-a7db-4833-954f-003ca59143a8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d783b3-ef40-4086-bb2e-b922de79ddf6/model-vers/model-ver/6d8d7016-a7db-4833-954f-003ca59143a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[524952ea-c595-4fcb-8e0d-dc487eb00300], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4b55a407-666d-4b2e-bbb6-2390f64490a9], X-ECOMP-RequestID=[524952ea-c595-4fcb-8e0d-dc487eb00300], X-TransactionId=[], X-ONAP-RequestID=[524952ea-c595-4fcb-8e0d-dc487eb00300], Content-Type=[application/merge-patch+json]}
2022-04-13T05:27:40.279Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d783b3-ef40-4086-bb2e-b922de79ddf6/model-vers/model-ver/6d8d7016-a7db-4833-954f-003ca59143a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-13T05:27:41.177Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d783b3-ef40-4086-bb2e-b922de79ddf6/model-vers/model-ver/6d8d7016-a7db-4833-954f-003ca59143a8?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/05d783b3-ef40-4086-bb2e-b922de79ddf6/model-vers/model-ver/6d8d7016-a7db-4833-954f-003ca59143a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220413-05:27:40:701-94417], vertex-id=[479432], Content-Length=[0], Date=[Wed, 13 Apr 2022 05:27:40 GMT], Content-Type=[application/json]}
2022-04-13T05:27:41.177Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d783b3-ef40-4086-bb2e-b922de79ddf6/model-vers/model-ver/6d8d7016-a7db-4833-954f-003ca59143a8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-13T05:27:41.178Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d783b3-ef40-4086-bb2e-b922de79ddf6/model-vers/model-ver/6d8d7016-a7db-4833-954f-003ca59143a8?depth=0|INFO|500||InvokeReturn
2022-04-13T05:27:41.179Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-13T05:27:41.179Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T05:27:41.183Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T05:27:41.184Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 524952ea-c595-4fcb-8e0d-dc487eb00300 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-13T05:27:41.184Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-13T05:27:41.185Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-13T05:27:41.187Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T05:27:41.187Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827661184,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-13T05:27:41.287Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T05:27:41.289Z||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.
2022-04-13T05:27:41.289Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hE91rN0hC2zphe69) ...
2022-04-13T05:27:41.317Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:27:41.317Z||pool-94-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-13T05:27:42.215Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:27:42.216Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:27:42.216Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:27:52.587Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:27:52.588Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:27:52.589Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:27:52.589Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:28:02.223Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:28:02.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:28:02.224Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:28:02.225Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:28:11.818Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:28:11.819Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:28:11.820Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:28:11.820Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:28:16.736Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:28:16.737Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:28:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:28:17.390Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:28:17.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-13T05:28:17.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "524952ea-c595-4fcb-8e0d-dc487eb00300",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649827661184,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-13T05:28:17.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T05:28:21.405Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:28:21.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:28:21.407Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:28:21.407Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:28:30.986Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:28:30.988Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:28:30.989Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:28:30.989Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:28:40.556Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:28:40.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:28:40.558Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:28:40.559Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:28:50.146Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:28:50.147Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:28:50.148Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:28:50.148Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:28:59.697Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:28:59.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:28:59.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:28:59.699Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:29:09.286Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:29:09.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:29:09.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:29:09.288Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:29:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:29:16.737Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:29:16.737Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:29:18.856Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:29:18.857Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:29:18.857Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:29:18.857Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:29:26.320Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:29:28.411Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:29:28.412Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:29:28.412Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:29:28.412Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:29:38.002Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:29:38.003Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:29:38.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:29:38.004Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:29:47.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:29:47.572Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:29:47.573Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:29:47.573Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hE91rN0hC2zphe69) ...
2022-04-13T05:29:57.132Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:29:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:29:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:29:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hE91rN0hC2zphe69) ...
2022-04-13T05:30:06.698Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:30:06.699Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:30:06.699Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:30:06.699Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hE91rN0hC2zphe69) ...
2022-04-13T05:30:16.274Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:30:16.275Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:30:16.276Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:30:16.276Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hE91rN0hC2zphe69) ...
2022-04-13T05:30:16.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:30:16.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:30:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:30:25.868Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:30:25.868Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:30:25.869Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:30:25.869Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hE91rN0hC2zphe69) ...
2022-04-13T05:30:26.308Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:30:35.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:30:35.463Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:30:35.463Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:30:35.464Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hE91rN0hC2zphe69) ...
2022-04-13T05:30:45.037Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:30:45.038Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:30:45.039Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:30:45.039Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hE91rN0hC2zphe69) ...
2022-04-13T05:30:54.619Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:30:54.620Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:30:54.620Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:30:54.620Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hE91rN0hC2zphe69) ...
2022-04-13T05:31:04.194Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:31:04.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:31:04.195Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:31:04.195Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hE91rN0hC2zphe69) ...
2022-04-13T05:31:13.792Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:31:16.729Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:31:16.730Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:31:16.730Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hE91rN0hC2zphe69) ...
2022-04-13T05:31:16.735Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:31:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:31:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:31:26.360Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:31:26.362Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:32:16.729Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:32:16.729Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:32:16.730Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hE91rN0hC2zphe69) ...
2022-04-13T05:32:16.735Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:32:16.736Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:32:16.736Z|524952ea-c595-4fcb-8e0d-dc487eb00300|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 hE91rN0hC2zphe69) ...
2022-04-13T05:32:26.349Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:32:26.359Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:33:16.729Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:33:16.729Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:33:16.730Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hE91rN0hC2zphe69) ...
2022-04-13T05:33:16.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:33:16.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:33:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:33:26.327Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:33:26.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:34:16.729Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:34:16.730Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:34:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:34:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:34:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:34:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:34:26.329Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:34:26.365Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:35:16.729Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:35:16.731Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:35:16.732Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:35:16.735Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:35:16.736Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:35:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:35:26.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:35:26.428Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:36:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:36:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:36:16.731Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:36:16.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:36:16.736Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:36:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:36:26.314Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:36:26.319Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:37:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:37:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:37:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:37:16.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:37:16.736Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:37:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:37:26.324Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:37:26.328Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:38:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:38:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:38:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:38:16.735Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:38:16.736Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:38:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:38:26.329Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:38:26.332Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:39:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:39:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:39:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:39:16.735Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:39:16.736Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:39:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:39:26.351Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:39:26.361Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:40:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:40:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:40:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:40:16.735Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:40:16.736Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:40:16.736Z|524952ea-c595-4fcb-8e0d-dc487eb00300|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 hE91rN0hC2zphe69) ...
2022-04-13T05:40:26.341Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:40:26.342Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:41:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:41:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:41:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:41:16.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:41:16.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:41:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:41:26.317Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:41:26.322Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:42:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:42:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:42:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:42:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:42:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:42:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:42:26.315Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:42:26.322Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:43:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:43:16.732Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:43:16.732Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:43:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:43:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:43:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:43:26.329Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:43:26.332Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:44:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:44:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:44:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:44:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:44:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:44:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:44:26.321Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:44:26.325Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:45:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:45:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:45:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:45:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:45:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:45:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:45:26.323Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:45:26.325Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:46:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:46:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:46:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:46:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:46:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:46:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:46:26.346Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:46:26.347Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:47:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:47:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:47:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:47:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:47:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:47:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:47:26.335Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:47:26.340Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:48:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:48:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:48:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:48:16.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:48:16.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:48:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:48:26.338Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:48:26.355Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:49:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:49:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:49:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:49:16.735Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:49:16.736Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:49:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:49:26.303Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:49:26.319Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:50:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:50:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:50:16.730Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:50:16.736Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:50:16.736Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:50:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:50:26.301Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:50:26.324Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:51:16.729Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:51:16.732Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:51:16.733Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:51:16.735Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:51:16.736Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:51:16.736Z|524952ea-c595-4fcb-8e0d-dc487eb00300|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 hE91rN0hC2zphe69) ...
2022-04-13T05:51:26.329Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:51:26.348Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:52:16.729Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:52:16.730Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:52:16.730Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hE91rN0hC2zphe69) ...
2022-04-13T05:52:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:52:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:52:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:52:26.327Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:52:26.327Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:53:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:53:16.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:53:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:53:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:53:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:53:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:53:26.321Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:53:26.324Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:54:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:54:16.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:54:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:54:16.736Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:54:16.736Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:54:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:54:26.302Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:54:26.341Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:55:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:55:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:55:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:55:16.735Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:55:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:55:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T05:55:26.311Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:55:26.318Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:56:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:56:16.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:56:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:56:16.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:56:16.736Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:56:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:56:26.316Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:56:26.320Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:57:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:57:16.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:57:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:57:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:57:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:57:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:57:26.325Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:57:26.334Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:58:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:58:16.731Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:58:16.732Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:58:16.736Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:58:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:58:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:58:26.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:58:26.386Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:59:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:59:16.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:59:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T05:59:16.735Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T05:59:16.736Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T05:59:16.736Z|524952ea-c595-4fcb-8e0d-dc487eb00300|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 hE91rN0hC2zphe69) ...
2022-04-13T05:59:26.325Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T05:59:26.324Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:00:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:00:16.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:00:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:00:16.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:00:16.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:00:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:00:26.316Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:00:26.321Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:01:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:01:16.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:01:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:01:16.735Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:01:16.736Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:01:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:01:26.347Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:01:26.348Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:02:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:02:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:02:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:02:16.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:02:16.736Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:02:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:02:26.304Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:02:26.328Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:03:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:03:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:03:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:03:16.735Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:03:16.736Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:03:16.736Z|524952ea-c595-4fcb-8e0d-dc487eb00300|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 hE91rN0hC2zphe69) ...
2022-04-13T06:03:26.314Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:03:26.326Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:04:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:04:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:04:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:04:16.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:04:16.736Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:04:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:04:26.325Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:04:26.346Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:05:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:05:16.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:05:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:05:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:05:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:05:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:05:26.318Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:05:26.354Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:06:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:06:16.732Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:06:16.732Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:06:16.735Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:06:16.736Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:06:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:06:26.348Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:06:26.355Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:07:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:07:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:07:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:07:16.735Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:07:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:07:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T06:07:26.318Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:07:26.331Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:08:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:08:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:08:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:08:16.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:08:16.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:08:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:08:26.334Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:08:26.362Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:09:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:09:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:09:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:09:16.735Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:09:16.736Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:09:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:09:26.335Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:09:26.359Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:10:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:10:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:10:16.729Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:10:16.735Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:10:16.736Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:10:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:10:26.345Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:10:26.383Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:11:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:11:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:11:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:11:16.735Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:11:16.736Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:11:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:11:26.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:11:26.390Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:12:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:12:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:12:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:12:16.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:12:16.736Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:12:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:12:26.313Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:12:26.315Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:13:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:13:16.731Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:13:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:13:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:13:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:13:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:13:26.321Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:13:26.362Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:14:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:14:16.731Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:14:16.731Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:14:16.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:14:16.736Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:14:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:14:26.341Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:14:26.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:15:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:15:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:15:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:15:16.735Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:15:16.736Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:15:16.736Z|524952ea-c595-4fcb-8e0d-dc487eb00300|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 hE91rN0hC2zphe69) ...
2022-04-13T06:15:26.303Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:15:26.314Z|524952ea-c595-4fcb-8e0d-dc487eb00300|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:16:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:16:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:16:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:16:16.735Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:16:16.736Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:16:16.737Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:16:26.349Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:16:26.350Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:17:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:17:16.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:17:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:17:16.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:17:16.736Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:17:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:17:26.386Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:17:26.391Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:18:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:18:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:18:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:18:16.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:18:16.736Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:18:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:18:26.341Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:18:26.374Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:19:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:19:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:19:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:19:16.735Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:19:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:19:16.736Z|97ca4a65-2fdc-443d-9530-2222098a58b2|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 hE91rN0hC2zphe69) ...
2022-04-13T06:19:26.352Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:19:26.362Z|97ca4a65-2fdc-443d-9530-2222098a58b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:20:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:20:16.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:20:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:20:16.735Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:20:16.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:20:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:20:26.342Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:20:26.349Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:21:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:21:16.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:21:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:21:16.735Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:21:16.736Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:21:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:21:26.322Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:21:26.322Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:22:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:22:16.732Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:22:16.733Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:22:16.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:22:16.736Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:22:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:22:26.355Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:22:26.358Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:23:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:23:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:23:16.729Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:23:16.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:23:16.736Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:23:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:23:26.322Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:23:26.323Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:24:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:24:16.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:24:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:24:16.735Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:24:16.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:24:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:24:26.344Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:24:26.344Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:25:16.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:25:16.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:25:16.730Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:25:16.735Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T06:25:16.736Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T06:25:16.736Z||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 hE91rN0hC2zphe69) ...
2022-04-13T06:25:26.330Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-13T06:25:26.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK